automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} subdir tests: avoid an use of "make -j4", for portability


From: Stefano Lattarini
Subject: [FYI] {maint} subdir tests: avoid an use of "make -j4", for portability
Date: Mon, 11 Jun 2012 19:47:33 +0200

Otherwise, a spurious failure with Solaris CCS make can be triggered.
The coverage is not actually reduced, since the code path is still
covered when one runs the testsuite with AM_TESTSUITE_MAKE="make -jN"
(as should be done periodically).

* t/subdir-distclean.sh : Call simply "make maintainer-check", not
"make -j4 maintainer-check".

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/subdir-distclean.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/subdir-distclean.sh b/t/subdir-distclean.sh
index df89420..191c018 100755
--- a/t/subdir-distclean.sh
+++ b/t/subdir-distclean.sh
@@ -87,7 +87,7 @@ test -f sub1/subsub/Makefile
 test -f sub1/run
 touch sub2/oops sub1/subsub/oops
 
-$MAKE -j4 maintainer-clean
+$MAKE maintainer-clean
 test ! -f sub1/run
 test ! -f sub2/oops
 test ! -f sub1/subsub/oops
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]