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