summaryrefslogtreecommitdiff
path: root/t/test-metadata-recheck.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-06 23:22:03 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-06 23:22:03 +0200
commit2d1f1043e900a746f57c34467d4de8b48e4efc8b (patch)
treee94d8c8d88c8ba5bc64e0ca31c9b28e3b753a4d5 /t/test-metadata-recheck.sh
parenta5edf3d61c28f0c9702dd012bf8d0623310e19c5 (diff)
downloadautomake-2d1f1043e900a746f57c34467d4de8b48e4efc8b.tar.gz
fixup: another "make recheck" failure with BSD make
* t/parallel-tests-log-override-recheck.sh: Here, add a proper $sleep before calling "make recheck". This should ideally have been done in the earlier commit 'v1.12.1-100-g19d84bc', but it somehow slipped through the cracks. * t/test-metadata-recheck.sh: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/test-metadata-recheck.sh')
-rwxr-xr-xt/test-metadata-recheck.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-metadata-recheck.sh b/t/test-metadata-recheck.sh
index 8675747a8..4f2d29bd0 100755
--- a/t/test-metadata-recheck.sh
+++ b/t/test-metadata-recheck.sh
@@ -153,6 +153,7 @@ rm -f *.run
# fields indicating success, so "make recheck" must pass. Still, the
# next "make recheck" call should still re-run the same set of tests.
for iteration in 1 2; do
+ using_gmake || $sleep # Required by BSD make.
$MAKE recheck
ls -l
for t in $rechecked; do test -f $t.run; done