Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
bc46f59108e8e546ea0ec1d7a8ddacc588d4e7f7
/
.
/
tools
/
pretty_tox_serial.sh
blob: e0fca0fbcb064e4ae1fc3c1612c51ef767cc4708 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
o pipefail
TESTRARGS
=
$@
if
[
!
-
d
.
testrepository
];
then
testr init
fi
testr run
--
subunit $TESTRARGS
|
subunit
-
trace
-
f
-
n
retval
=
$
?
testr slowest
exit $retval