summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-11 22:29:28 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-11 22:29:28 +1300
commitcee35f9a735968360b3b0239d0ea7ad76e7fe8b7 (patch)
tree4ac85e6c73dddbdf60e7b4b40304e2c032c6a81e /doc
parent076b35015e6f6f34fc8b9a3bff5dfd841e956b9d (diff)
downloadtestrepository-cee35f9a735968360b3b0239d0ea7ad76e7fe8b7.tar.gz
Fix .testr.conf example to match what works out there in the wild.
Diffstat (limited to 'doc')
-rw-r--r--doc/MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/MANUAL.txt b/doc/MANUAL.txt
index 479a9fe..f2f6c4a 100644
--- a/doc/MANUAL.txt
+++ b/doc/MANUAL.txt
@@ -48,7 +48,7 @@ If your test suite is written in Python, the simplest - and usually correct
configuration is::
[DEFAULT]
- test_command=python -m subunit.run $LISTOPT $IDOPTION discover .
+ test_command=python -m subunit.run discover . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list