summaryrefslogtreecommitdiff
path: root/lib/testtools/.testr.conf
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-11-14 09:46:53 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-11-14 09:46:53 +0100
commit7b654a8c180a6467147189332916a5e56634b5af (patch)
tree20f9f47eab9f15a425b8dfeb4ad08c1e7021808a /lib/testtools/.testr.conf
parentd10c7378d96d322910e87c21a1a3a3b28b229687 (diff)
downloadsamba-7b654a8c180a6467147189332916a5e56634b5af.tar.gz
samba-7b654a8c180a6467147189332916a5e56634b5af.tar.bz2
samba-7b654a8c180a6467147189332916a5e56634b5af.zip
testtools: Update to latest version.
Diffstat (limited to 'lib/testtools/.testr.conf')
-rw-r--r--lib/testtools/.testr.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/testtools/.testr.conf b/lib/testtools/.testr.conf
index 12d6685d2b..8a65628adb 100644
--- a/lib/testtools/.testr.conf
+++ b/lib/testtools/.testr.conf
@@ -1,4 +1,4 @@
[DEFAULT]
-test_command=PYTHONPATH=. python -m subunit.run $LISTOPT $IDOPTION testtools.tests.test_suite
+test_command=${PYTHON:-python} -m subunit.run discover . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list