tests: We always do smb3 unix extensions
authorVolker Lendecke <vl@samba.org>
Tue, 26 Sep 2023 09:57:47 +0000 (11:57 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 4 Oct 2023 20:31:36 +0000 (20:31 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/selftest/tests.py
source3/wscript

index 4b71ba1a1de06fa0a28155922ebbc80f86422bb2..2cbed90de2780a0d38780fb6de7bf8816480a73e 100755 (executable)
@@ -95,8 +95,6 @@ have_inotify = ("HAVE_INOTIFY" in config_hash)
 have_ldwrap = ("HAVE_LDWRAP" in config_hash)
 with_pthreadpool = ("WITH_PTHREADPOOL" in config_hash)
 
-have_smb3_unix_extensions = ("HAVE_SMB3_UNIX_EXTENSIONS" in config_hash)
-
 have_cluster_support = "CLUSTER_SUPPORT" in config_hash
 
 def is_module_enabled(module):
@@ -1867,8 +1865,7 @@ if have_cluster_support:
              smbtorture3,
              "-N 1000 -o 2000"])
 
-if have_smb3_unix_extensions:
-    planpythontestsuite("fileserver", "samba.tests.smb3unix")
+planpythontestsuite("fileserver", "samba.tests.smb3unix")
 planpythontestsuite("fileserver", "samba.tests.reparsepoints")
 planpythontestsuite("fileserver_smb1", "samba.tests.smb2symlink")
 planpythontestsuite("fileserver_smb1", "samba.tests.smb1posix")
index b7f96f3bf999148ac6ea9d2cd0d7c92165e495d0..af4c7d6328b2a652583aa5f8c2bbe8904efbfd41 100644 (file)
@@ -108,11 +108,6 @@ def configure(conf):
     forced_static_modules = []
     forced_shared_modules = []
 
-    if Options.options.developer:
-        conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD')
-        conf.env.developer = True
-        conf.DEFINE('HAVE_SMB3_UNIX_EXTENSIONS', '1')
-
     if sys.platform != 'openbsd5':
         conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)