Author: metze Date: 2006-05-15 13:09:04 +0000 (Mon, 15 May 2006) New Revision: 15621
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15621 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: trunk/source/script/tests/selftest.sh Changeset: Modified: trunk/source/script/tests/selftest.sh =================================================================== --- trunk/source/script/tests/selftest.sh 2006-05-15 13:07:14 UTC (rev 15620) +++ trunk/source/script/tests/selftest.sh 2006-05-15 13:09:04 UTC (rev 15621) @@ -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 ##
