From: Volker Lendecke Date: Sun, 1 Mar 2020 17:39:58 +0000 (+0100) Subject: selftest: Inform smbtorture about running with unix extensions X-Git-Tag: ldb-2.2.0~1520 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7bdb2936fc2a5c4b63ff7171f105d0b4e4b06e1;p=thirdparty%2Fsamba.git selftest: Inform smbtorture about running with unix extensions Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 3cd79470a95..c55f33c1a2e 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -383,7 +383,9 @@ def planlibsmbclienttest(name, testargs, proto): plantestsuite_loadlist( "samba4.unix_ext.%s.%s" % (t, proto), env, - " ".join(cmdarray + [urloption])) + " ".join(cmdarray + + ["--option=torture:unix_extensions=true"] + + [urloption])) urloption = url if name != "libsmbclient.list_shares":