tempest/tools/pretty_tox.sh
Matthew Treinish 8551278461 Add unittest like output for testr-full in tox
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
2013-07-18 16:46:59 -04:00

5 lines
109 B
Bash
Executable File

#!/bin/sh
TESTRARGS=$1
python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit2pyunit