From 8091225418496114b1216e4e595259d0d8cb7e1a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 21 2017 10:13:16 +0000 Subject: Bring back `set -e` in run_ci_tests As otherwise the tests are always passing on jenkins :( --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index b8c68b0..cb327c1 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -44,6 +44,7 @@ trap deactivate SIGINT SIGTERM EXIT # Reload where the nosetests app is (within the venv) hash -r +set -e python setup.py build