Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
4d41c2fa89475941e40b7cd6a3f027cc80db4035
/
.
/
tools
/
pretty_tox_serial.sh
blob: 42ce760a7925adbfe3fb2a2a53250f161d2d89a2 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
o pipefail
TESTRARGS
=
$@
if
[
!
-
d
.
testrepository
];
then
testr init
fi
testr run
--
subunit $TESTRARGS
|
subunit2pyunit
retval
=
$
?
testr slowest
exit $retval