[openssh-commits] [openssh] 01/01: Clear valgrind-out dir to prevent collisions.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jul 15 12:56:24 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit bc551dfebb55845537b1095cf3ccd01640a147b7
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Jul 15 12:52:45 2019 +1000
Clear valgrind-out dir to prevent collisions.
---
regress/test-exec.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index e337f814..5394119b 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -153,6 +153,7 @@ SCP_BIN=${SCP}
if [ "x$USE_VALGRIND" != "x" ]; then
mkdir -p $OBJ/valgrind-out
+ rm -f $OBJ/valgrind-out/*
# ensure agent low-priv tests can write logs.
chmod 777 $OBJ/valgrind-out
VG_TEST=`basename $SCRIPT .sh`
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list