diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-13 15:49:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:40:35 -0500 |
commit | 02097b0955a6f2f673faa64a660491e1596fe14b (patch) | |
tree | 5d8f44138f87b16248db8858476440ffeff6d1de /source4/torture/nbt/winsreplication.c | |
parent | fbec233ec7db1ff71a04f5994d9f46646bb36726 (diff) | |
download | samba-02097b0955a6f2f673faa64a660491e1596fe14b.tar.gz samba-02097b0955a6f2f673faa64a660491e1596fe14b.tar.xz samba-02097b0955a6f2f673faa64a660491e1596fe14b.zip |
r20736: skip the NBT-WINSREPLICATION-OWNED test in make quicktest
metze
(This used to be commit b3ff3f8c3623c6bf40038b07fdb1084b35442588)
Diffstat (limited to 'source4/torture/nbt/winsreplication.c')
-rw-r--r-- | source4/torture/nbt/winsreplication.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index 058a430e12..667146b1e6 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -9652,6 +9652,11 @@ static bool torture_nbt_winsreplication_owned(struct torture_context *tctx) bool ret = true; struct test_wrepl_conflict_conn *ctx; + if (lp_parm_bool(-1, "torture", "quick", False)) { + printf("skip NBT-WINSREPLICATION-OWNED test in quick test mode\n"); + return true; + } + if (!torture_nbt_get_name(tctx, &name, &address)) return false; |