emacs-diffs
[Top][All Lists]
Advanced

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

master 9db1c09: * test/Makefile.in (WRITE_LOG): Mark also problematic te


From: Michael Albinus
Subject: master 9db1c09: * test/Makefile.in (WRITE_LOG): Mark also problematic tests for emba.
Date: Thu, 7 Jan 2021 04:14:45 -0500 (EST)

branch: master
commit 9db1c0993a99853968c021d094eba37c0cae60bb
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * test/Makefile.in (WRITE_LOG): Mark also problematic tests for emba.
---
 test/Makefile.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 8aa37ca..fc40dad 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -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



reply via email to

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