emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/albinus fb190f8: * .gitlab-ci.yml (before_script):


From: Michael Albinus
Subject: [Emacs-diffs] scratch/albinus fb190f8: * .gitlab-ci.yml (before_script): Install also inotify-tools.
Date: Sun, 6 Jan 2019 09:46:39 -0500 (EST)

branch: scratch/albinus
commit fb190f8e5776ba598fd5f5801ca605c53d3ef41a
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * .gitlab-ci.yml (before_script): Install also inotify-tools.
---
 .gitlab-ci.yml                | 3 +--
 test/lisp/filenotify-tests.el | 5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 541cc7e..190a42b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ image: debian:stretch
 
 before_script:
   - apt update -qq
-  - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq 
-o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev 
gnutls-dev git
+  - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq 
-o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev 
gnutls-dev git inotify-tools
 
 stages:
   - test
@@ -38,7 +38,6 @@ test:
   variables:
     EMACS_EMBA_CI: 1
   script:
-    - df
     - ./autogen.sh autoconf
     - ./configure --without-makeinfo
     - make bootstrap
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index 7fc35ba..ee2bc30 100644
--- a/test/lisp/filenotify-tests.el
+++ b/test/lisp/filenotify-tests.el
@@ -516,9 +516,8 @@ and the event to `file-notify--test-events'."
     (unless (string-match
             (regexp-quote ".#")
             (file-notify--event-file-name file-notify--test-event))
-      (when (getenv "EMACS_EMBA_CI")
-        (message "file-notify--test-event-handler result: %s event: %S"
-                 (null (ert-test-failed-p result)) file-notify--test-event))
+      (message "file-notify--test-event-handler result: %s event: %S"
+               (null (ert-test-failed-p result)) file-notify--test-event)
       (setq file-notify--test-events
            (append file-notify--test-events `(,file-notify--test-event))
            file-notify--test-results



reply via email to

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