From: Ian Jackson Date: Sun, 25 Sep 2016 19:09:45 +0000 (+0100) Subject: Test suite: run-all: Ensure tests/tmp/ exists X-Git-Tag: archive/debian/2.0~165 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=1698ba5933326f9895504af33a94ac6ee8f5321d Test suite: run-all: Ensure tests/tmp/ exists ca007b4d "Test suite: run-all: record output" introduced a regression: if tests/tmp/ does not exist on entry, tests/run-all fails. So create it first. Signed-off-by: Ian Jackson --- diff --git a/tests/run-all b/tests/run-all index c6df386e..e53b9631 100755 --- a/tests/run-all +++ b/tests/run-all @@ -13,6 +13,8 @@ if [ $# != 0 ]; then set TESTSCRIPTS="$*" fi +mkdir -p tests/tmp + ( set -x exec make $jcpus -k -f tests/Makefile "$@"