From e46d3b3a7521fd62e87ac83efa53f98e6023cafd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 19 Dec 2010 20:39:07 +0100 Subject: [PATCH] testr: Allow id list files (fixes parallel runs). --- .testr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.testr.conf b/.testr.conf index 016edaffd..504386124 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,4 +1,4 @@ [DEFAULT] -test_command=PYTHONPATH=. python -m subunit.run $IDLIST $LISTOPT dulwich.tests.test_suite +test_command=PYTHONPATH=. python -m subunit.run $IDOPTION $LISTOPT dulwich.tests.test_suite test_id_option=--load-list $IDFILE test_list_option=--list