From: Stefano Lattarini Date: Sat, 30 Jun 2012 10:12:43 +0000 (+0200) Subject: tests: fix a spurious failure X-Git-Tag: v1.12.2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9238349c18f1a6f73c32d1e8b62fb5cfaa83bd06;p=thirdparty%2Fautomake.git tests: fix a spurious failure * t/parallel-tests-dry-run-2.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/parallel-tests-dry-run-2.sh b/t/parallel-tests-dry-run-2.sh index 8e1e51e6a..01ff3e1b6 100755 --- a/t/parallel-tests-dry-run-2.sh +++ b/t/parallel-tests-dry-run-2.sh @@ -49,6 +49,9 @@ make_n_ () files='foo.log bar.log foo.trs bar.trs' +echo 'exit 0' > foo.test +echo 'exit 1' > bar.test + for target in check recheck test-suite.log; do make_n_ $target test ! -e foo.log @@ -58,9 +61,6 @@ for target in check recheck test-suite.log; do test ! -e test-suite.log done -echo 'exit 0' > foo.test -echo 'exit 1' > bar.test - $MAKE check && exit 1 chmod a-w .