summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-08-21 12:17:39 -0700
committerGlenn Morris <rgm@gnu.org>2021-08-21 12:17:39 -0700
commitbf61ddec3a77d30c5c1d9a9ff41f407facd017ea (patch)
tree07f065fdf10981b1d4f1a585094c592a57b9910e /test/Makefile.in
parent4f1184271d0ffef616e156ab803bc01f0c787cd7 (diff)
downloademacs-bf61ddec3a77d30c5c1d9a9ff41f407facd017ea.tar.gz
* test/Makefile.in: Turn off hydra verbose logging for electric-tests.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index a3412d6b53a..7047c244824 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -163,7 +163,7 @@ endif
WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
## On Hydra or Emba, always show logs for certain problematic tests.
ifdef EMACS_HYDRA_CI
-lisp/net/tramp-tests.log lisp/electric-tests.log \
+lisp/net/tramp-tests.log \
: WRITE_LOG = 2>&1 | tee $@
endif
ifdef EMACS_EMBA_CI