Use a slightly better tox working directory

This commit is contained in:
Jean-Paul Calderone 2018-07-06 10:15:32 -04:00
parent 75367adda7
commit 8300891ca2

View File

@ -19,7 +19,7 @@ sudo TAHOE_LAFS_TRIAL_ARGS="--reporter=subunit" \
/tmp/tests/bin/tox \
-c /tmp/project/tox.ini \
--result-json /tmp/tox-result.json \
--workdir /tmp \
--workdir /tmp/tahoe-lafs.tox \
-e "${TAHOE_LAFS_TOX_ENVIRONMENT}" \
${TAHOE_LAFS_TOX_ARGS}