From 8913c7187cfa9dc2b82a3e5f0098be4ea7b50869 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 20 2018 17:10:58 +0000 Subject: Add some debugging in the jenkins run themselves Signed-off-by: Pierre-Yves Chibon --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 53a90a8..5cdb348 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -41,3 +41,7 @@ pip3 install "pygit2 <= `rpm -q libgit2 --queryformat='%{version}'`" tox --sitepackages -e 'py27-flask011-ci' -- --results=results-py2 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 +