From 78b07fbae13bbed34172c1bbe14235099c91e2a6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 3 Jul 2016 23:01:25 +0100 Subject: Test suite: run-all should use make -k Otherwise one failure causes the tests to be abandoned, which is not usually desirable. --- tests/run-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/run-all b/tests/run-all index f298cb7..b5c5bb0 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 "$@" -- cgit v1.2.3