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