Make the test log available as an artifact

This commit is contained in:
Jean-Paul Calderone 2018-06-14 12:50:51 -04:00
parent ea046cd30f
commit e5e5bde7b6

View File

@ -92,6 +92,11 @@ jobs:
# checkout because it is owned by root.
sudo --set-home -u nobody /tmp/tests/bin/tox -c /tmp/project/tox.ini --workdir /tmp -e py27
- store_artifacts: &STORE_ARTIFACTS
# Despite passing --workdir /tmp to tox above, it still runs trial
# in the project source checkout.
path: "/tmp/project/_trial_temp/test.log"
debian-9:
docker:
@ -170,6 +175,8 @@ jobs:
<<: *RUN_TESTS
- store_artifacts: *STORE_ARTIFACTS
fedora-27:
docker:
- image: "fedora:27"