From 1698ba5933326f9895504af33a94ac6ee8f5321d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Sep 2016 20:09:45 +0100 Subject: [PATCH] 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 --- tests/run-all | 2 ++ 1 file changed, 2 insertions(+) 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 "$@" -- 2.30.2