deb-heat/tools/pretty_tox.sh
Tetiana Lashchova 475f61fc9f Bring over pretty_tox.sh from nova
- added full log for integration tests by default
- added env 'py27log' which allows to get log for unit-tests

Change-Id: I43ca330c82ffe100247102021fce1f00acb4d11a
2014-12-25 18:00:32 +02:00

7 lines
155 B
Bash

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