From 02097b0955a6f2f673faa64a660491e1596fe14b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 13 Jan 2007 15:49:32 +0000 Subject: r20736: skip the NBT-WINSREPLICATION-OWNED test in make quicktest metze (This used to be commit b3ff3f8c3623c6bf40038b07fdb1084b35442588) --- source4/torture/nbt/winsreplication.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/torture/nbt') 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; -- cgit