e136c92ca4
Tests output looks more informative with it. Change-Id: I09377a383607c9d4bbb5aa6506bc83e1ced39de0
7 lines
138 B
Bash
7 lines
138 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -o pipefail
|
|
|
|
TESTRARGS=$1
|
|
python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit-trace -f
|