[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 ac4151e0023: * test/Makefile.in: Do not show emacs-module-tests
From: |
Michael Albinus |
Subject: |
emacs-30 ac4151e0023: * test/Makefile.in: Do not show emacs-module-tests.log by default. |
Date: |
Sun, 20 Oct 2024 05:35:21 -0400 (EDT) |
branch: emacs-30
commit ac4151e0023f4bf17eb128036c006618332f1ac0
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>
* test/Makefile.in: Do not show emacs-module-tests.log by default.
---
test/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile.in b/test/Makefile.in
index 3cbdbec4414..7a3178546a1 100644
--- 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 ac4151e0023: * test/Makefile.in: Do not show emacs-module-tests.log by default.,
Michael Albinus <=