From fcf4480cbc56f091d7df70386295ec82d00b9016 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 6 Jul 2018 12:06:46 -0400 Subject: [PATCH] use TOX_JSON where it is appropriate --- .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 c2b4adee4..d3335fbcc 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -32,7 +32,7 @@ sudo TAHOE_LAFS_TRIAL_ARGS="--reporter=subunit" \ --user nobody \ /tmp/tests/bin/tox \ -c /tmp/project/tox.ini \ - --result-json "${ARTIFACTS}"/tox-result.json \ + --result-json "${TOX_JSON}" \ --workdir /tmp/tahoe-lafs.tox \ -e "${TAHOE_LAFS_TOX_ENVIRONMENT}" \ ${TAHOE_LAFS_TOX_ARGS}