From: Stefano Lattarini Date: Sun, 28 Dec 2014 10:56:32 +0000 (+0100) Subject: Merge branch 'master' into ng/master X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be85adf480272e24d9167c83715916d20eb9006b;p=thirdparty%2Fautomake.git Merge branch 'master' into ng/master * master: tests: avoid a possible failure due to autom4te cache staleness tests: fix spurious failure in test on TEXINFO_TEX overriding tests: avoid some spurious failures on AIX 7.1 Signed-off-by: Stefano Lattarini --- be85adf480272e24d9167c83715916d20eb9006b diff --cc t/parallel-tests-concurrency.sh index 448b3bc0d,4a70e23f6..9c80c2c7b --- a/t/parallel-tests-concurrency.sh +++ b/t/parallel-tests-concurrency.sh @@@ -68,11 -89,16 +68,14 @@@ for build in serial parallel; d done cd serial -# Do *not* use "make -j1" here; apparently, some make implementations -# (e.g., AIX 7.1) interpret it as a synonym of "make -j" :-( -$MAKE check & +$MAKE -j1 check & - cd ../parallel + cd .. + + cd parallel $sleep -run_make -O -- ${j}4 check +run_make -O -- -j4 check cd .. + # Ensure the tests are really being run in parallel mode: if this is # the case, the serial run of the dummy testsuite started above should # still be ongoing when the parallel one has terminated.