]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/Makefile.in (WRITE_LOG): Mark also problematic tests for emba.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 7 Jan 2021 09:14:37 +0000 (10:14 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 7 Jan 2021 09:14:37 +0000 (10:14 +0100)
test/Makefile.in

index 8aa37ca785444301992c26478101248a741cedc2..fc40dad5e2eaf81956180d5380b7b1226d7311ae 100644 (file)
@@ -161,11 +161,15 @@ endif
 
 ## Save logs, and show logs for failed tests.
 WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
+## On Hydra or Emba, always show logs for certain problematic tests.
 ifdef EMACS_HYDRA_CI
-## On Hydra, always show logs for certain problematic tests.
 lisp/net/tramp-tests.log \
 : WRITE_LOG = 2>&1 | tee $@
 endif
+ifdef EMACS_EMBA_CI
+lisp/filenotify-tests.log lisp/net/tramp-tests.log \
+: WRITE_LOG = 2>&1 | tee $@
+endif
 
 ifeq ($(TEST_LOAD_EL), yes)
 testloadfile = $*.el