
This commit adds real time output similar to that when running with nose so that it's possible to watch the status of the job when using testr with tempest. Change-Id: I7a65be714627692ad80b3640af0ee617fd4697a9
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
|
|
TESTRARGS=$1
|
|
python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit2pyunit
|