Allow agent tests to write to valgrind dir.
This commit is contained in:
parent
121e48fa53
commit
5db9ba718e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue