Allow agent tests to write to valgrind dir.

This commit is contained in:
Darren Tucker 2019-07-15 12:02:27 +10:00
parent 121e48fa53
commit 5db9ba718e
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ SCP_BIN=${SCP}
if [ "x$USE_VALGRIND" != "x" ]; then
mkdir -p $OBJ/valgrind-out
# ensure agent low-priv tests can write logs.
chmod 777 $OBJ/valgrind-out
VG_TEST=`basename $SCRIPT .sh`
# Some tests are difficult to fix.