r20736: skip the NBT-WINSREPLICATION-OWNED test in make quicktest
authorStefan Metzmacher <metze@samba.org>
Sat, 13 Jan 2007 15:49:32 +0000 (15:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:40:35 +0000 (14:40 -0500)
metze

source/torture/nbt/winsreplication.c

index 058a430e120ee9df97cb0883dc0df3ca09469449..667146b1e6c24c9f6d4eae8abca0eaa0da7cd48e 100644 (file)
@@ -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;