Don't suppress errors in run-cover.

Seriously. Why did I think that was a good idea?

Change-Id: I161a97d36592f271c7f2b1291acfd87b12199118
Reviewed-on: https://review.openstack.org/30524
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2013-05-25 08:32:38 +02:00 committed by Jenkins
parent 6ee09c0918
commit 40c9a7a405

View File

@ -25,7 +25,7 @@ venv=cover
# Workaround the combo of tox running setup.py outside of virtualenv
# and RHEL having an old distribute. The next line can be removed
# when either get fixed.
python setup.py --version 2>/dev/null
python setup.py --version
tox -e$venv
result=$?