
This commit removes the local copy of subunit-trace in nova and uses the packaged version of the utility in tempest-lib. Change-Id: I1ed2fea9ff3d8194628b722684492f8ba7a3cabb
7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o pipefail
|
|
|
|
TESTRARGS=$1
|
|
python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit-trace -f
|