From 955076530425b2c37c7ad545f9a596e8daca0321 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 4 Sep 2010 21:13:37 +0200 Subject: testr: Fix configuration to use idfile, in case more than a couple of hundred tests fail. --- source4/.testr.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/.testr.conf') diff --git a/source4/.testr.conf b/source4/.testr.conf index 9261b57a91..d3670bec10 100644 --- a/source4/.testr.conf +++ b/source4/.testr.conf @@ -1,3 +1,3 @@ [DEFAULT] -test_command=../buildtools/bin/waf test --filtered-subunit -test_id_option=--load-list $IDLIST +test_command=../buildtools/bin/waf test --filtered-subunit $IDOPTION +test_id_option=--load-list $IDFILE -- cgit