mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
Get junitxml uploaded as an artifact as well
This commit is contained in:
parent
79bea48b58
commit
d074d52b48
@ -96,7 +96,7 @@ jobs:
|
||||
/tmp/project/.circleci/run-tests.sh "${TAHOE_LAFS_TOX_ENVIRONMENT}" "${TAHOE_LAFS_TOX_ARGS}"
|
||||
|
||||
- store_test_results: &STORE_TEST_RESULTS
|
||||
path: "/tmp/junit"
|
||||
path: "/tmp/artifacts/junit"
|
||||
|
||||
- store_artifacts: &STORE_TEST_LOG
|
||||
# Despite passing --workdir /tmp to tox above, it still runs trial
|
||||
|
@ -39,5 +39,5 @@ for environ in argv[1].split(","):
|
||||
# Create a junitxml results area. Put these results in a subdirectory of the
|
||||
# ultimate location because CircleCI extracts some label information from the
|
||||
# subdirectory name.
|
||||
mkdir -p /tmp/junit/unittests
|
||||
/tmp/tests/bin/subunit2junitxml < /tmp/results.subunit2 > /tmp/junit/unittests/results.xml
|
||||
mkdir -p /tmp/artifacts/junit/unittests
|
||||
/tmp/tests/bin/subunit2junitxml < /tmp/results.subunit2 > /tmp/artifacts/junit/unittests/results.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user