Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
c5e9c39cd055c604d9ff07c5d0039c6595bb93a3
/
.
/
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