From: Glenn Morris Date: Mon, 16 Aug 2021 19:34:53 +0000 (-0700) Subject: * test/Makefile.in: Verbose logging for electric-tests on hydra. X-Git-Tag: emacs-28.0.90~1475 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb6f1e2dd9d4b335ca53dc6df5a69e01db33a336;p=emacs.git * test/Makefile.in: Verbose logging for electric-tests on hydra. --- 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 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