475f61fc9f
- added full log for integration tests by default - added env 'py27log' which allows to get log for unit-tests Change-Id: I43ca330c82ffe100247102021fce1f00acb4d11a
7 lines
155 B
Bash
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
|