From: Andrew Bartlett Date: Tue, 14 Jun 2016 08:08:40 +0000 (+1200) Subject: selftest: Do not run local.ndr 3 times X-Git-Tag: tdb-1.3.10~819 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fc95c12b651efbe3eb1005e42459b60780be482;p=thirdparty%2Fsamba.git selftest: Do not run local.ndr 3 times This is already run from under source4/selftest/tests.py Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index b96df8a413b..f20e4ec6479 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -304,7 +304,7 @@ rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sh "rpc.netlogon.admin", "rpc.schannel", "rpc.schannel2", "rpc.bench-schannel1", "rpc.schannel_anon_setpw", "rpc.join", "rpc.bind"] -local = ["local.nss", "local.ndr"] +local = ["local.nss"] idmap = [ "idmap.rfc2307" ]