mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 09:17:32 +08: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"
|
||||
fi
|
||||
|
||||
mkdir -p "$OBJ/valgrind-out"
|
||||
|
||||
exec $VG_PATH $VG_OPTS $UNIT_BINARY $UNIT_ARGS
|
||||
|
Loading…
Reference in New Issue
Block a user