#! /bin/sh -e ## 06_testsuite-Makefile.dpatch by Joel Baker ## ## DP: Ensure the testsuite bombs out on errors (cf. #130327). diff -urNad ed-0.7~/testsuite/check.sh ed-0.7/testsuite/check.sh --- ed-0.7~/testsuite/check.sh 2007-01-15 18:18:39.000000000 +0000 +++ ed-0.7/testsuite/check.sh 2007-08-05 15:14:37.000000000 +0100 @@ -97,7 +97,7 @@ grep '\*\*\*' *.ck | sed 's/^[^*]*//' if grep '\*\*\*' *.ck > /dev/null ; then - true + exit 127 else echo "tests completed successfully." if cd ${objdir} ; then rm -r tmp ; fi