Merge "Use python from venv for subunit-trace"

This commit is contained in:
Jenkins 2015-03-13 11:26:14 +00:00 committed by Gerrit Code Review
commit b1ecfb029e

View File

@ -3,4 +3,4 @@
set -o pipefail
TESTRARGS=$1
python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit-trace -f
python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | python $(which subunit-trace) -f