And these

This commit is contained in:
Jean-Paul Calderone 2018-06-15 15:54:47 -04:00
parent 054bb0ee6f
commit d84773702d
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ jobs:
# readable.
working_directory: "/tmp"
command: |
/tmp/project/.circleci/setup-virtualenv.sh
/tmp/project/.circleci/setup-virtualenv.sh "${TAHOE_LAFS_TOX_ENVIRONMENT}" ${TAHOE_LAFS_TOX_ARGS}
- run: &RUN_TESTS
name: "Run test suite"
@ -80,7 +80,7 @@ jobs:
# if the working directory is not readable.
working_directory: "/tmp"
command: |
/tmp/project/.circleci/run-tests.sh
/tmp/project/.circleci/run-tests.sh "${TAHOE_LAFS_TOX_ENVIRONMENT}" ${TAHOE_LAFS_TOX_ARGS}
- store_artifacts: &STORE_TEST_LOG
# Despite passing --workdir /tmp to tox above, it still runs trial