Merge "Use python from venv for subunit-trace"
This commit is contained in:
commit
b1ecfb029e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user