aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 7047c244824..a3412d6b53a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -163,7 +163,7 @@ endif
163WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; } 163WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
164## On Hydra or Emba, always show logs for certain problematic tests. 164## On Hydra or Emba, always show logs for certain problematic tests.
165ifdef EMACS_HYDRA_CI 165ifdef EMACS_HYDRA_CI
166lisp/net/tramp-tests.log \ 166lisp/net/tramp-tests.log lisp/electric-tests.log \
167: WRITE_LOG = 2>&1 | tee $@ 167: WRITE_LOG = 2>&1 | tee $@
168endif 168endif
169ifdef EMACS_EMBA_CI 169ifdef EMACS_EMBA_CI