Browse Source

testr: Allow id list files (fixes parallel runs).

Jelmer Vernooij 14 years ago
parent
commit
e46d3b3a75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .testr.conf

+ 1 - 1
.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