From 99614347884ea53b5ebe1346c6428ffa3cbf8939 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 14:10:19 -0500 Subject: [PATCH] results.tap Signed-off-by: Kenneth Reitz --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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