blob: dd7b68285a06bc994071b8a9647a8b119efbdb5f [file] [log] [blame]
#!/bin/sh
TESTRARGS=$@
if [ ! -d .testrepository ]; then
testr init
fi
testr run --subunit $TESTRARGS | subunit2pyunit
testr slowest