tee results.tap

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-05 08:51:02 -05:00
parent 7674bc812e
commit efe758d02a
+1 -1
View File
@@ -22,4 +22,4 @@ if [[ ! -z "$CI" ]]; then
fi
pytest -v -n 8 tests -m "$TEST_SUITE" --tap-stream > results.tap
pytest -v -n 8 tests -m "$TEST_SUITE" --tap-stream | tee results.tap