projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0cb96
)
* test/Makefile.in: Do not show emacs-module-tests.log by default.
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 20 Oct 2024 09:35:06 +0000
(11:35 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 20 Oct 2024 09:35:06 +0000
(11:35 +0200)
test/Makefile.in
patch
|
blob
|
history
diff --git
a/test/Makefile.in
b/test/Makefile.in
index 3cbdbec4414dded7d8b9d92276f17bb5f0891af0..7a3178546a1f806aa082bc55996432f9bea7cd63 100644
(file)
--- a/
test/Makefile.in
+++ b/
test/Makefile.in
@@
-170,7
+170,7
@@
WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
endif
## On Emba, always show logs for certain problematic tests.
ifdef EMACS_EMBA_CI
-lisp/filenotify-tests.log lisp/net/tramp-tests.log
src/emacs-module-tests.log
\
+lisp/filenotify-tests.log lisp/net/tramp-tests.log \
: WRITE_LOG = 2>&1 | tee $@
endif