diff --git a/run-tests.sh b/run-tests.sh index 5ed1d075..202a306a 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -21,4 +21,4 @@ if [[ ! -z "$CI" ]]; then pipenv install --deploy --system --dev fi -pipenv run --system time pytest -v -n auto tests -m "$TEST_SUITE" --tap-stream | tee results.tap \ No newline at end of file +pipenv run --system time pytest -v -n auto tests -m "$TEST_SUITE" --tap-stream > results.tap \ No newline at end of file