From 880b7fdc32f0c918f18030fe0c791d0d22b9abd7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 20 2018 17:13:04 +0000 Subject: Show the first error of py2 and of py3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 5cdb348..ce81f00 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -43,5 +43,6 @@ tox --sitepackages -e 'py34-flask011-ci' -- --results=results-py3 # Let's see if we can print the script this way sed -i -e "s|less|cat|" ./runtests.py -python ./runtests.py list --show -n 1 +python ./runtests.py list --show -n 1 --results=results-py3 +python ./runtests.py list --show -n 1 --results=results-py2