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