summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2018-03-10 21:01:24 -0500
committerNoam Postavsky <npostavs@gmail.com>2018-03-10 21:02:10 -0500
commit60c4cf6311b84ed7ec007702a0cdd7881f9f647c (patch)
treeeb30df5fa9184ca2d993f233ae7520c8419ce4e3 /test/Makefile.in
parent864643929b7e241020c3a43b830d6ccf1c1726d8 (diff)
downloademacs-60c4cf6311b84ed7ec007702a0cdd7881f9f647c.tar.gz
; Revert "; Tracing for eieio-test random failure (Bug#24503)"
The tracing seems to prevent the bug from happening.
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 4024d0286fe..42d9880e66a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -152,7 +152,6 @@ endif
WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
ifdef EMACS_HYDRA_CI
## On Hydra, always show logs for certain problematic tests.
-lisp/emacs-lisp/eieio-tests/eieio-tests.log \
lisp/net/tramp-tests.log \
: WRITE_LOG = 2>&1 | tee $@
endif