diff --git a/files/slave_scripts/run-cover.sh b/files/slave_scripts/run-cover.sh index 02dac09..a25760f 100755 --- a/files/slave_scripts/run-cover.sh +++ b/files/slave_scripts/run-cover.sh @@ -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=$?