From 8300891ca2a736967c2582a22f0dd0fb742115e4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 6 Jul 2018 10:15:32 -0400 Subject: [PATCH] Use a slightly better tox working directory --- .circleci/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/run-tests.sh b/.circleci/run-tests.sh index 2da5635ef..8bfef5532 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -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}