]> git.eshelyaron.com Git - emacs.git/commitdiff
* .gitlab-ci.yml (before_script): Install also inotify-tools.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 6 Jan 2019 14:46:31 +0000 (15:46 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 6 Jan 2019 14:46:31 +0000 (15:46 +0100)
.gitlab-ci.yml
test/lisp/filenotify-tests.el

index 541cc7ec5af7723cfaf9994ad028954f13b96c0a..190a42b7df16b841e7425d39167d457ea2129638 100644 (file)
@@ -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
index 7fc35ba37186d1f60b644f54a689f5445ddd77f4..ee2bc30353ccdd8c63f16c3940774740a0514241 100644 (file)
@@ -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