emacs-devel
[Top][All Lists]
Advanced

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

Re: filenotify-tests.el failing inside Docker debian:stretch


From: Ted Zlatanov
Subject: Re: filenotify-tests.el failing inside Docker debian:stretch
Date: Wed, 02 Jan 2019 14:40:34 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

On Wed, 02 Jan 2019 15:31:18 +0100 Michael Albinus <address@hidden> wrote: 

>> Of course, yes. This is simply added under `stage: test` in .gitlab-ci.yml:
>> 
>> variables:
>> IN_CI: 1
>> 
>> I would just make a branch with the test fix that also changes
>> .gitlab-ci.yml, and that should pass.

MA> Yes, but pls use the variable name EMACS_EMBA_CI

OK. In your branch change

test:
  stage: test

to

test:
  stage: test
  variables:
    EMACS_EMBA_CI: 1

and then add the code which knows about EMACS_EMBA_CI. If you want me to
do it, tell me what tests to condition on that environment var.

Thanks
Ted



reply via email to

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