svn commit: samba r20736 - in branches/SAMBA_4_0/source/torture/nbt: .

metze at samba.org metze at samba.org
Sat Jan 13 15:49:33 GMT 2007


Author: metze
Date: 2007-01-13 15:49:32 +0000 (Sat, 13 Jan 2007)
New Revision: 20736

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20736

Log:
skip the NBT-WINSREPLICATION-OWNED test in make quicktest

metze
Modified:
   branches/SAMBA_4_0/source/torture/nbt/winsreplication.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/nbt/winsreplication.c
===================================================================
--- branches/SAMBA_4_0/source/torture/nbt/winsreplication.c	2007-01-13 15:40:33 UTC (rev 20735)
+++ branches/SAMBA_4_0/source/torture/nbt/winsreplication.c	2007-01-13 15:49:32 UTC (rev 20736)
@@ -9652,6 +9652,11 @@
 	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;
 



More information about the samba-cvs mailing list