summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2018-07-16 07:10:14 -0400
committerNoam Postavsky <npostavs@gmail.com>2018-07-16 07:12:07 -0400
commit46d7c786324f98e73b7615fbc9515ce9a14fa5d4 (patch)
treec70b99d869964613b0fab120f509de2f2025fc71 /test/Makefile.in
parent4318d70677dedea12a3dcfb689bce71e409212f0 (diff)
downloademacs-46d7c786324f98e73b7615fbc9515ce9a14fa5d4.tar.gz
; Remove tracing for epg-tests (Bug#23561)
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 6070932508d..0bc893bc0c6 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -169,7 +169,6 @@ WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
ifdef EMACS_HYDRA_CI
## On Hydra, always show logs for certain problematic tests.
lisp/net/tramp-tests.log \
-lisp/epg-tests.log \
: WRITE_LOG = 2>&1 | tee $@
endif