Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
8f1401bcb0b0fd7b697f72640c36abd57a1169f2
/
.
/
tools
/
pretty_tox.sh
blob: ff554c5cab7aec94e7aaf97866ff13fe07a2e00d [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
o pipefail
TESTRARGS
=
$1
python setup
.
py testr
--
slowest
--
testr
-
args
=
"--subunit $TESTRARGS"
|
subunit
-
trace
--
no
-
failure
-
debug
-
f