summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-15 13:07:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:03 -0500
commit039113fe15eca1c69d6ccf40792d562bcca48ca4 (patch)
treedeb358466258a10e89585b7f35322e7b66f7f62e
parent39c7fe679ecc3035720091a856c18baa45cbcfae (diff)
downloadsamba-039113fe15eca1c69d6ccf40792d562bcca48ca4.tar.gz
samba-039113fe15eca1c69d6ccf40792d562bcca48ca4.tar.bz2
samba-039113fe15eca1c69d6ccf40792d562bcca48ca4.zip
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)
-rwxr-xr-xsource3/script/tests/selftest.sh2
1 files changed, 2 insertions, 0 deletions
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
##