diff --git a/run-tests.sh b/run-tests.sh index 567f1778..e6230f83 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -22,4 +22,4 @@ if [[ ! -z "$CI" ]]; then fi -pytest -v -n 8 tests -m "$TEST_SUITE" --tap-stream > results.tap \ No newline at end of file +pytest -v -n 8 tests -m "$TEST_SUITE" --tap-stream | tee results.tap \ No newline at end of file