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