emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cus-test fails from completion-category-overrides eglot adds


From: João Távora
Subject: Re: cus-test fails from completion-category-overrides eglot adds
Date: Wed, 26 Oct 2022 10:39:46 +0100

On Wed, Oct 26, 2022 at 8:44 AM Michael Albinus <michael.albinus@gmx.de> wrote:
João Távora <joaotavora@gmail.com> writes:

Hi João,

> Is this test in the normal test suite executed by `make check`?  I ran
> that after
> the merge and the only failure I got was the usual tramp-something
> that I ignore.

What is the "usual tramp-something"? in your case?

Whoops.  My bad.  It's some `esh` thing (eshell?):

 Test esh-var-test/alias/symbol-pair condition:
    (ert-test-failed
     ((should
       (eshell-match-output regexp))
      :form
      (eshell-match-output "Variable `ALIAS' is not settable\n")
      :value nil :explanation
      (mismatched-output
       (command "set ALIAS hello\n")
       (output "Variable ‘ALIAS’ is not settable\n")
       (regexp "Variable `ALIAS' is not settable\n"))))

Fancy quote stuff, apparently. Maybe already fixed, didn't check with the very latest.

João Távora

reply via email to

[Prev in Thread] Current Thread [Next in Thread]