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