Merge "remove inline set -e that is preventing explanations"
This commit is contained in:
commit
017b0ec3b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user