summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2018-03-08 01:30:47 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-08 01:30:47 +0000
commitdd39227690397f1c0a741b541fdbfbffcb6a0ca1 (patch)
tree4720d054011edd6f7caee68c1738fcaa323dadaa
parent3b85d3b015393dc72b2b1a879c91441f67ec8834 (diff)
parent9eafc9d5c908debd9ff21aa378016144ec7f55a4 (diff)
Merge "Fix unreadable characters in tox tests"
-rwxr-xr-xconductor/tools/pretty_tox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/conductor/tools/pretty_tox.sh b/conductor/tools/pretty_tox.sh
index 04c806e..387e4d8 100755
--- a/conductor/tools/pretty_tox.sh
+++ b/conductor/tools/pretty_tox.sh
@@ -31,5 +31,5 @@ TESTRARGS=$1
if [[ "$TESTARGS" =~ "until-failure" ]]; then
python setup.py testr --slowest --testr-args="$TESTRARGS" | subunit2junitxml --output-to=xunit-results.xml
else
- python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit-1to2 | subunit2junitxml --forward --output-to=xunit-results.xml
+ python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit-1to2 | subunit2junitxml --no-passthrough --forward --output-to=xunit-results.xml | subunit-trace -f
fi