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