mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
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.
This commit is contained in:
parent
1f189181f3
commit
bfa5405da0
@ -19,4 +19,6 @@ if [ "x$VALGRIND_PATH" != "x" ]; then
|
|||||||
VG_PATH="$VALGRIND_PATH"
|
VG_PATH="$VALGRIND_PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p "$OBJ/valgrind-out"
|
||||||
|
|
||||||
exec $VG_PATH $VG_OPTS $UNIT_BINARY $UNIT_ARGS
|
exec $VG_PATH $VG_OPTS $UNIT_BINARY $UNIT_ARGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user