浏览代码

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

Jelmer Vernooij 14 年之前
父节点
当前提交
e46d3b3a75
共有 1 个文件被更改,包括 1 次插入1 次删除
  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