Author: metze Date: 2006-05-15 13:12:01 +0000 (Mon, 15 May 2006) New Revision: 15622
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15622 Log: pass 'target:samba4=yes' to samba4's smbtorture when running samba4's make test we can use this in samba4's smbtorture to disable tests sections which doesn't pass against samba4 metze Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh Changeset: Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh =================================================================== --- branches/SAMBA_4_0/source/script/tests/selftest.sh 2006-05-15 13:09:04 UTC (rev 15621) +++ branches/SAMBA_4_0/source/script/tests/selftest.sh 2006-05-15 13:12:01 UTC (rev 15622) @@ -186,6 +186,8 @@ TORTURE_OPTIONS="--maximum-runtime=$TORTURE_MAXTIME --option=interfaces=$TORTURE_INTERFACES $CONFIGURATION" export TORTURE_OPTIONS +TORTURE_OPTIONS="$TORTURE_OPTIONS --option=\"target:samba4=yes\"" + START=`date` ( # give time for nbt server to register its names
