diff options
| author | Michael Albinus | 2020-12-09 14:49:58 +0100 |
|---|---|---|
| committer | Michael Albinus | 2020-12-09 14:49:58 +0100 |
| commit | 2782d1e1a1d8945f0efe54091035f1a967f63f44 (patch) | |
| tree | 3a14589aea58f71e0e8c9a00074a11e931d5ebd1 /.gitlab-ci.yml | |
| parent | 45630ca6c839719dfc92583de5e606abba4b5718 (diff) | |
| download | emacs-2782d1e1a1d8945f0efe54091035f1a967f63f44.tar.gz emacs-2782d1e1a1d8945f0efe54091035f1a967f63f44.zip | |
Improve tests for gio file notifications
* .gitlab-ci.yml (test-filenotify-gio): Call "make -k".
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch):
Set connection property "gio-file-monitor".
* lisp/net/tramp-sh.el (tramp-get-remote-gio-file-monitor): New defun.
(tramp-sh-handle-file-notify-add-watch): Use it.
* test/lisp/filenotify-tests.el (file-notify--test-read-event): Simplify.
(file-notify--test-monitor): Handle also remote "gio monitor".
(file-notify-test03-events, file-notify-test04-autorevert)
(file-notify-test05-file-validity, file-notify-test08-backup)
(file-notify-test09-watched-file-in-watched-dir):
Handle GKqueueFileMonitor.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e08d59dd0..bab2573c883 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -91,7 +91,7 @@ test-filenotify-gio: | |||
| 91 | - ./autogen.sh autoconf | 91 | - ./autogen.sh autoconf |
| 92 | - ./configure --without-makeinfo --with-file-notification=gfile | 92 | - ./configure --without-makeinfo --with-file-notification=gfile |
| 93 | - make bootstrap | 93 | - make bootstrap |
| 94 | - make -C test autorevert-tests filenotify-tests | 94 | - make -k -C test autorevert-tests filenotify-tests |
| 95 | 95 | ||
| 96 | test-gnustep: | 96 | test-gnustep: |
| 97 | stage: test | 97 | stage: test |