From: Ian Jackson Date: Sun, 3 Jul 2016 22:01:25 +0000 (+0100) Subject: Test suite: run-all should use make -k X-Git-Tag: archive/debian/2.0~344 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=78b07fbae13bbed34172c1bbe14235099c91e2a6;hp=e336da03c1d9568dc889e18659c483d5eb047c99 Test suite: run-all should use make -k Otherwise one failure causes the tests to be abandoned, which is not usually desirable. --- diff --git a/tests/run-all b/tests/run-all index f298cb77..b5c5bb06 100755 --- a/tests/run-all +++ b/tests/run-all @@ -12,4 +12,4 @@ if [ $# != 0 ]; then fi set -x -exec make $jcpus -f tests/Makefile "$@" +exec make $jcpus -k -f tests/Makefile "$@"