]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
sefltest: Remove duplicate run of ldb.python.crash and ldb.python.repack
authorAndrew Bartlett <abartlet@samba.org>
Mon, 5 Feb 2024 00:08:02 +0000 (13:08 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 1 Mar 2024 02:41:36 +0000 (02:41 +0000)
These tests are not impacted by the dot-less i issue.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
selftest/tests.py

index 48dddadf561fda6b07c4522febf0fb6368051f83..52c0152e000631b75aad6f19b132284ac75b52a8 100644 (file)
@@ -90,19 +90,13 @@ planpythontestsuite("none", "repack",
 planpythontestsuite("none", "api",
                     name="ldb.python.api.tr",
                     extra_path=['lib/ldb/tests/python'],
-                    environ={'LC_ALL': 'tr_TR.UTF-8'})
-planpythontestsuite("none", "crash",
-                    name="ldb.python.crash.tr",
-                    extra_path=['lib/ldb/tests/python'],
-                    environ={'LC_ALL': 'tr_TR.UTF-8'})
+                    environ={'LC_ALL': 'tr_TR.UTF-8',
+                             'HAVE_LMDB': str(int(have_lmdb))})
 planpythontestsuite("none", "index",
                     name="ldb.python.index.tr",
                     extra_path=['lib/ldb/tests/python'],
-                    environ={'LC_ALL': 'tr_TR.UTF-8'})
-planpythontestsuite("none", "repack",
-                    name="ldb.python.repack.tr",
-                    extra_path=['lib/ldb/tests/python'],
-                    environ={'LC_ALL': 'tr_TR.UTF-8'})
+                    environ={'LC_ALL': 'tr_TR.UTF-8',
+                             'HAVE_LMDB': str(int(have_lmdb))})
 
 planpythontestsuite("none", "samba.tests.credentials")
 planpythontestsuite("none", "samba.tests.registry")