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