From bfa5405da05d906ffd58216eb77c4375b62d64c2 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 8 Apr 2021 15:18:15 +1000 Subject: Ensure valgrind-out exists. Normally the regress tests would create it, but running the unit tests on their own would fail because the directory did not exist. --- regress/valgrind-unit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regress/valgrind-unit.sh b/regress/valgrind-unit.sh index 4143ead4..193289e6 100755 --- a/regress/valgrind-unit.sh +++ b/regress/valgrind-unit.sh @@ -19,4 +19,6 @@ if [ "x$VALGRIND_PATH" != "x" ]; then VG_PATH="$VALGRIND_PATH" fi +mkdir -p "$OBJ/valgrind-out" + exec $VG_PATH $VG_OPTS $UNIT_BINARY $UNIT_ARGS -- cgit v1.2.3