diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-11-27 19:59:01 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-11-30 22:58:04 +0100 |
commit | 928936ae0a6ff8db59762769df13ce7b0c99aedd (patch) | |
tree | e9511812ec4287ca4a4bc1afe6ed93bb0b7f38b9 /.testr.conf | |
parent | 64cfb79cd5428bb0bdae5e6a2d5eb4e5d5626725 (diff) | |
download | samba-928936ae0a6ff8db59762769df13ce7b0c99aedd.tar.gz |
testr: Use test lists.
Diffstat (limited to '.testr.conf')
-rw-r--r-- | .testr.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.testr.conf b/.testr.conf index e58becdafbd..00d085778f7 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 |