From 19e1537fdfce58e9ce1bbaa293be4d00f0e0fda1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 8 Apr 2010 16:49:24 +0200 Subject: testr: Use waf test runner. --- source4/.testr.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/.testr.conf b/source4/.testr.conf index 0ddb369ceb..9261b57a91 100644 --- a/source4/.testr.conf +++ b/source4/.testr.conf @@ -1,3 +1,3 @@ [DEFAULT] -test_command=make test-subunit-filtered TESTS="$IDLIST" -test_id_list_default= +test_command=../buildtools/bin/waf test --filtered-subunit +test_id_option=--load-list $IDLIST -- cgit