[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45-fyi-autotest-kill.patch
From: |
Akim Demaille |
Subject: |
45-fyi-autotest-kill.patch |
Date: |
Mon, 12 Nov 2001 09:56:28 +0100 |
Index: ChangeLog
from Akim Demaille <address@hidden>
* lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
Now that M4sh pushes BODY, the comments were output at the end of
the test suites.
Index: lib/autotest/general.m4
--- lib/autotest/general.m4 Sun, 07 Oct 2001 19:02:31 +0200 akim
+++ lib/autotest/general.m4 Sat, 10 Nov 2001 18:09:35 +0100 akim
@@ -629,6 +629,11 @@ m4_define([AS_MESSAGE_LOG_FD], [6])
exit 0
m4_divert_pop([TAIL])dnl
+dnl End of AT_INIT: divert to KILL, only test groups are to be
+dnl output, the rest is ignored. Current diversion is BODY, inherited
+dnl from M4sh.
+m4_divert_push([KILL])
+m4_wrap([m4_divert_pop([KILL])[]])
])# AT_INIT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- 45-fyi-autotest-kill.patch,
Akim Demaille <=