]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/Makefile.in: Verbose logging for electric-tests on hydra.
authorGlenn Morris <rgm@gnu.org>
Mon, 16 Aug 2021 19:34:53 +0000 (12:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 16 Aug 2021 19:35:17 +0000 (12:35 -0700)
test/Makefile.in

index 7047c244824cb65b8cb3e84a3ab3cacad40d8891..a3412d6b53a28d97bf2c5487ba1db43cd0bbde66 100644 (file)
@@ -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/net/tramp-tests.log lisp/electric-tests.log \
 : WRITE_LOG = 2>&1 | tee $@
 endif
 ifdef EMACS_EMBA_CI