Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
f07f5d1f193afb57a14639e932209c4a1975ca32
/
.
/
tools
/
pretty_tox_serial.sh
blob: db708909429407a8e89cb39ff78ec24bdf38e8ad [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
o pipefail
TESTRARGS
=
$@
if
[
!
-
d
.
testrepository
];
then
testr init
fi
testr run
--
subunit $TESTRARGS
|
$
(
dirname $0
)/
subunit
-
trace
.
py
-
f
-
n
retval
=
$
?
testr slowest
exit $retval