summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-15 13:12:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:07:01 -0500
commit235b3dd9f81d211ec1fff08f4302209229430d54 (patch)
treee27732d5e5d35ed0c34105b18ea2427d5b020048
parentee9108e11b6ebcf360a9d844aaa54e3a033e6f41 (diff)
downloadsamba-235b3dd9f81d211ec1fff08f4302209229430d54.tar.gz
samba-235b3dd9f81d211ec1fff08f4302209229430d54.tar.bz2
samba-235b3dd9f81d211ec1fff08f4302209229430d54.zip
r15622: 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 (This used to be commit 430c7143c66846565e851a3243db0d81ec886d6e)
-rwxr-xr-xsource4/script/tests/selftest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh
index be4e916947..e94561137e 100755
--- a/source4/script/tests/selftest.sh
+++ b/source4/script/tests/selftest.sh
@@ -186,6 +186,8 @@ TORTURE_INTERFACES='127.0.0.26/8,127.0.0.27/8,127.0.0.28/8,127.0.0.29/8,127.0.0.
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