automake-patches
[Top][All Lists]
Advanced

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

[FYI] {maint} tests: fix a spurious failure


From: Stefano Lattarini
Subject: [FYI] {maint} tests: fix a spurious failure
Date: Sat, 30 Jun 2012 12:14:02 +0200

* t/parallel-tests-dry-run-2.sh: Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/parallel-tests-dry-run-2.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/t/parallel-tests-dry-run-2.sh b/t/parallel-tests-dry-run-2.sh
index 8e1e51e..01ff3e1 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 .
-- 
1.7.9.5




reply via email to

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