Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
318f177aad0fb1497031d96aa94b46aa1f3cdf8c
/
.
/
tools
/
pretty_tox_serial.sh
blob: 42ce760a7925adbfe3fb2a2a53250f161d2d89a2 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
o pipefail
TESTRARGS
=
$@
if
[
!
-
d
.
testrepository
];
then
testr init
fi
testr run
--
subunit $TESTRARGS
|
subunit2pyunit
retval
=
$
?
testr slowest
exit $retval