r15620: pass 'target:samba3=yes' to samba4's smbtorture when running samba3's make...
authorStefan Metzmacher <metze@samba.org>
Mon, 15 May 2006 13:07:14 +0000 (13:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:17:03 +0000 (11:17 -0500)
we can use this in samba4's smbtorture to disable tests sections which doesn't pass
against samba3

metze
(This used to be commit fab4de70b65ab5b9d3a93db46f13c7bab0e70464)

source3/script/tests/selftest.sh

index e7b29f76c7a32527d91c2db94dd3f82398d4890d..c460c12605bc8fa7bdbbe94180618e1a9a811b81 100755 (executable)
@@ -160,6 +160,8 @@ if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then
        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
 ##