* t/parallel-tests-recheck-pr11791.sh: Here.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
test -f foo.log
test -f foo.trs
-<<<<<<< HEAD
run_make -O -e FAIL -- recheck -k
-=======
-using_gmake || $sleep # Required by BSD make.
-run_make -O -e IGNORE -- -k recheck
-# Don't trust the exit status of "make -k" for non-GNU makes.
-! using_gmake || test $am_make_rc -gt 0 || exit 1
->>>>>>> master
# We don't get a change to run the testsuite.
$EGREP '(X?PASS|X?FAIL|SKIP|ERROR):' stdout && exit 1
test -f foo.log