diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-04-08 16:49:24 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-08 23:20:35 +0200 |
commit | 19e1537fdfce58e9ce1bbaa293be4d00f0e0fda1 (patch) | |
tree | b17c068ec3f4ab85275c9d273058430a3ef57586 | |
parent | d0c25157e9b96ce9855ecd632723423ea45ea8c0 (diff) | |
download | samba-19e1537fdfce58e9ce1bbaa293be4d00f0e0fda1.tar.gz samba-19e1537fdfce58e9ce1bbaa293be4d00f0e0fda1.tar.bz2 samba-19e1537fdfce58e9ce1bbaa293be4d00f0e0fda1.zip |
testr: Use waf test runner.
-rw-r--r-- | source4/.testr.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |