subdir tests: avoid an use of "make -j4", for portability
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 11 Jun 2012 17:46:46 +0000 (19:46 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 11 Jun 2012 17:46:46 +0000 (19:46 +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 <stefano.lattarini@gmail.com>
t/subdir-distclean.sh

index df89420..191c018 100755 (executable)
@@ -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