![Matthew Treinish](/assets/img/avatar_default.png)
This commit removes the tempest copy of subunit-trace and uses the entry-point from tempest-lib instead. Partially implements bp tempest-library Change-Id: Ic1aeddc2d0b217c41b6b9914ac3f269b80c4ec8e
7 lines
157 B
Bash
Executable File
7 lines
157 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o pipefail
|
|
|
|
TESTRARGS=$1
|
|
python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit-trace --no-failure-debug -f
|