From: Andrew Bartlett Date: Mon, 5 Feb 2024 00:08:02 +0000 (+1300) Subject: sefltest: Remove duplicate run of ldb.python.crash and ldb.python.repack X-Git-Tag: tdb-1.4.11~1619 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b76516d5155f1833426133bcc91d10d394045c6d;p=thirdparty%2Fsamba.git sefltest: Remove duplicate run of ldb.python.crash and ldb.python.repack These tests are not impacted by the dot-less i issue. Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/selftest/tests.py b/selftest/tests.py index 48dddadf561..52c0152e000 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -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")