nothing else will create it, I think

This commit is contained in:
Jean-Paul Calderone 2018-07-06 11:32:19 -04:00
parent 90ef111964
commit 61f88c5359

View File

@ -9,6 +9,9 @@ shift
TAHOE_LAFS_TOX_ARGS=$1
shift || :
# Make sure we can actually write things to this directory.
mkdir -p "${ARTIFACTS}"
# Run the test suite as a non-root user. This is the expected usage some
# small areas of the test suite assume non-root privileges (such as unreadable
# files being unreadable).