diff --git a/run-tests.sh b/run-tests.sh index 347e7e96..ea11c002 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -21,4 +21,4 @@ if [[ ! -z "$NOT_CI" ]]; then fi -pytest -v -n 8 tests -m "$TEST_SUITE" --tap-stream \ No newline at end of file +pytest -v -n 8 tests -m "$TEST_SUITE" --tap-stream > results.tap \ No newline at end of file