Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
bdbaf2f6c3929a91e1cdaf9b6ca639df07e1d88e
/
.
/
tools
/
pretty_tox_serial.sh
blob: 490d263dedb5922b8b3ae25a39c0fc539d737298 [
file
] [
log
] [
blame
]
#!/bin/sh
TESTRARGS
=
$@
if
[
!
-
d
.
testrepository
];
then
testr init
fi
testr run
--
subunit $TESTRARGS
|
subunit
-
2to1
|
tools
/
colorizer
.
py
testr slowest