deb-sahara/tools/pretty_tox.sh
Sergey Lukjanov 0a48edc17f Make tools/pretty_tox.sh more informative and reliable
Change-Id: If541d88fedfad344bdfd87188007d7d293fd791a
2015-08-18 17:28:46 +03:00

8 lines
146 B
Bash

#!/usr/bin/env bash
set -ex
set -o pipefail
TESTRARGS=$1
python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit-trace -f