From fb190f8e5776ba598fd5f5801ca605c53d3ef41a Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 6 Jan 2019 15:46:31 +0100 Subject: [PATCH] * .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 541cc7ec5af..190a42b7df1 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 7fc35ba3718..ee2bc30353c 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 -- 2.39.5