summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2010-02-28 20:08:19 +1100
committerRobert Collins <robertc@robertcollins.net>2010-02-28 20:08:19 +1100
commitb580e9b916adf5f4e599c56f1d4994f19e913516 (patch)
tree5f3dff5d6e6cba8e7a61ac65858295d6fb2727b1 /Makefile
parent2f439df46229dcf776e1747af4c55253bb2c7555 (diff)
downloadtestrepository-git-b580e9b916adf5f4e599c56f1d4994f19e913516.tar.gz
Add a .testr.conf - dogfooding ftw.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c1010a..7f63a91 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ all: README.txt check
./testr init
check: .testrepository
- python -m subunit.run testrepository.tests.test_suite | ./testr load
+ ./testr run
check-xml:
python -m subunit.run testrepository.tests.test_suite | subunit2junitxml -o test.xml -f | subunit2pyunit