Skip to content

Commit

Permalink
Show std out during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Sep 28, 2022
1 parent 58f4206 commit 08983e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ cd ${MORPHEUS_ROOT}/tests

set +e

python -I -m pytest -v --run_slow --run_kafka \
python -I -m pytest -v -s --run_slow --run_kafka \
--junit-xml=${REPORTS_DIR}/report_pytest.xml \
--cov=morpheus \
--cov-report term-missing \
Expand Down

0 comments on commit 08983e3

Please sign in to comment.