selftest: Inform smbtorture about running with unix extensions
authorVolker Lendecke <vl@samba.org>
Sun, 1 Mar 2020 17:39:58 +0000 (18:39 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 3 Mar 2020 17:48:38 +0000 (17:48 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/selftest/tests.py

index 3cd79470a950136fb39ff89030195fc42b9604b9..c55f33c1a2e8dcf70f59eb361a1e5b7888db0985 100755 (executable)
@@ -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":