From e8133fa98d4d30d2d823dcbe8a08a9611a0f34e5 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 5 Mar 2014 10:26:58 -0500 Subject: [PATCH] remove inline set -e that is preventing explanations the script has a set -e mid way through which is now defeating the explanation parts of the script. Remove this to actually come back to our normally scheduled program. Change-Id: I53b5888f44083731b60e03a833f6d8e7769e0e47 --- modules/jenkins/files/slave_scripts/run-unittests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/jenkins/files/slave_scripts/run-unittests.sh b/modules/jenkins/files/slave_scripts/run-unittests.sh index 4c8a41cfb1..23fe20486a 100755 --- a/modules/jenkins/files/slave_scripts/run-unittests.sh +++ b/modules/jenkins/files/slave_scripts/run-unittests.sh @@ -50,7 +50,6 @@ if [ -d ".testrepository" ] ; then gzip -9 ./testr_results.html export PYTHON=.tox/$venv/bin/python - set -e rancount=$(.tox/$venv/bin/testr last | sed -ne 's/Ran \([0-9]\+\).*tests in.*/\1/p') if [ "$rancount" -eq "0" ] ; then echo