mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
debug output
This commit is contained in:
parent
d84773702d
commit
a4fb33c235
@ -72,6 +72,7 @@ jobs:
|
||||
# readable.
|
||||
working_directory: "/tmp"
|
||||
command: |
|
||||
env
|
||||
/tmp/project/.circleci/setup-virtualenv.sh "${TAHOE_LAFS_TOX_ENVIRONMENT}" ${TAHOE_LAFS_TOX_ARGS}
|
||||
|
||||
- run: &RUN_TESTS
|
||||
@ -80,6 +81,7 @@ jobs:
|
||||
# if the working directory is not readable.
|
||||
working_directory: "/tmp"
|
||||
command: |
|
||||
env
|
||||
/tmp/project/.circleci/run-tests.sh "${TAHOE_LAFS_TOX_ENVIRONMENT}" ${TAHOE_LAFS_TOX_ARGS}
|
||||
|
||||
- store_artifacts: &STORE_TEST_LOG
|
||||
@ -232,11 +234,13 @@ jobs:
|
||||
- run:
|
||||
<<: *SETUP_VIRTUALENV
|
||||
command: |
|
||||
env
|
||||
sudo /tmp/project/.circleci/setup-virtualenv.sh "${TAHOE_LAFS_TOX_ENVIRONMENT}" ${TAHOE_LAFS_TOX_ARGS}
|
||||
|
||||
- run:
|
||||
<<: *RUN_TESTS
|
||||
command: |
|
||||
env
|
||||
sudo /tmp/project/.circleci/run-tests.sh "${TAHOE_LAFS_TOX_ENVIRONMENT}" ${TAHOE_LAFS_TOX_ARGS}
|
||||
|
||||
- store_artifacts: *STORE_TEST_LOG
|
||||
|
Loading…
x
Reference in New Issue
Block a user