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

metze at samba.org metze at samba.org
Thu Mar 30 12:16:26 GMT 2006


Author: metze
Date: 2006-03-30 12:16:25 +0000 (Thu, 30 Mar 2006)
New Revision: 14818

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

Log:
give an error on an unknown test

so we catch typos in the make test scripts

metze
Modified:
   branches/SAMBA_4_0/source/torture/smbtorture.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/smbtorture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/smbtorture.c	2006-03-30 11:58:46 UTC (rev 14817)
+++ branches/SAMBA_4_0/source/torture/smbtorture.c	2006-03-30 12:16:25 UTC (rev 14818)
@@ -83,6 +83,7 @@
 
 	if (!matched) {
 		printf("Unknown torture operation '%s'\n", name);
+		ret = False;
 	}
 
 	return ret;



More information about the samba-cvs mailing list