blob: dd7b68285a06bc994071b8a9647a8b119efbdb5f [file] [log] [blame]
Matthew Treinish83d2ec42013-07-30 16:37:32 -04001#!/bin/sh
2
3TESTRARGS=$@
4
5if [ ! -d .testrepository ]; then
6 testr init
7fi
Matthew Treinish59eb0b22013-08-07 15:48:21 -04008testr run --subunit $TESTRARGS | subunit2pyunit
Matthew Treinish83d2ec42013-07-30 16:37:32 -04009testr slowest