Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent 27c9e9e commit e79a7fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,14 @@ test: &test
name: Setup for testing
command: |
pip install -r tests/requirements.txt
mkdir test-reports
- run:
name: test
command: |
pytest --splunk_type=docker --splunk_password=${SPLUNK_PASSWORD}
pytest \
-v \
--splunk_type=docker --splunk_password=${SPLUNK_PASSWORD}
--junitxml=test-reports/apptest-${SYSLOG}-${SPLUNK}.xml
no_output_timeout: 1h


Expand Down

0 comments on commit e79a7fc

Please sign in to comment.