Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 6, 2020
1 parent 2bfaf7f commit 66738d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ test: &test
when: always
command: |
docker container create --name dummy \
-v sc4s-tests_results:/work/test-results \
-v tests_results:/work/test-results \
registry.access.redhat.com/ubi7/ubi
docker cp dummy:/work/test-results test-results/
docker cp dummy:/work/test-results/test.xml test-results/
- store_artifacts:
path: test-results
destination: apptest-${SYSLOG}-${SPLUNK}
Expand Down
2 changes: 1 addition & 1 deletion tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pytest -v \
--splunk_password=${SPLUNK_PASSWORD} \
--sc4s_host=sc4s \
--splunk_host=splunk \
--junitxml=/work/test-results/functional/functional.xml $@
--junitxml=/work/test-results/test.xml $@

0 comments on commit 66738d8

Please sign in to comment.