Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
1722f0b17c4adf78e388873f2b9f0dbc08fb7ae3
/
.
/
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