From 039113fe15eca1c69d6ccf40792d562bcca48ca4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 15 May 2006 13:07:14 +0000 Subject: r15620: 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 (This used to be commit fab4de70b65ab5b9d3a93db46f13c7bab0e70464) --- source3/script/tests/selftest.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/script/tests') diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index e7b29f76c7..c460c12605 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -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 ## -- cgit