From e79a7fce0042e050de204aa74c2dada37d72a3b1 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 5 Feb 2020 16:08:20 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3160d60..476630e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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