From 235b3dd9f81d211ec1fff08f4302209229430d54 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 15 May 2006 13:12:01 +0000 Subject: 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) --- source4/script/tests/selftest.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') 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 -- cgit