blob: 490d263dedb5922b8b3ae25a39c0fc539d737298 [file] [log] [blame]
Matthew Treinish83d2ec42013-07-30 16:37:32 -04001#!/bin/sh
2
3TESTRARGS=$@
4
5if [ ! -d .testrepository ]; then
6 testr init
7fi
8testr run --subunit $TESTRARGS | subunit-2to1 | tools/colorizer.py
9testr slowest