svn commit: samba r15620 - in branches/SAMBA_3_0/source/script/tests: .

metze at samba.org metze at samba.org
Mon May 15 13:07:14 GMT 2006


Author: metze
Date: 2006-05-15 13:07:14 +0000 (Mon, 15 May 2006)
New Revision: 15620

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

Log:
pass 'target:samba3=yes' to samba4's smbtorture when running samba3's make test

we can use this in samba4's smbtorture to disable tests sections which doesn't pass
against samba3

metze
Modified:
   branches/SAMBA_3_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/selftest.sh	2006-05-15 13:03:44 UTC (rev 15619)
+++ branches/SAMBA_3_0/source/script/tests/selftest.sh	2006-05-15 13:07:14 UTC (rev 15620)
@@ -160,6 +160,8 @@
 	TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=\"torture:progress=no\""
 fi
 
+TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=\"target:samba3=yes\""
+
 ##
 ## ready to go...now loop through the tests
 ##



More information about the samba-cvs mailing list