From 928936ae0a6ff8db59762769df13ce7b0c99aedd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 27 Nov 2011 19:59:01 +0100 Subject: testr: Use test lists. --- .testr.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.testr.conf') diff --git a/.testr.conf b/.testr.conf index e58becdafb..00d085778f 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,3 +1,4 @@ [DEFAULT] -test_command=./buildtools/bin/waf test --filtered-subunit $IDOPTION +test_command=./buildtools/bin/waf test --filtered-subunit $IDOPTION $LISTOPT test_id_option=--load-list $IDFILE +test_list_option=--list -- cgit