From: Douglas Bagnall Date: Sat, 17 Aug 2024 02:48:57 +0000 (+1200) Subject: ldb:tests: move api.py to api_misc X-Git-Tag: tdb-1.4.13~1171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c706021d551f1bc9b1e09b7109cb9bfa50d18c2d;p=thirdparty%2Fsamba.git ldb:tests: move api.py to api_misc Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider --- diff --git a/lib/ldb/tests/python/api.py b/lib/ldb/tests/python/api_misc.py old mode 100755 new mode 100644 similarity index 100% rename from lib/ldb/tests/python/api.py rename to lib/ldb/tests/python/api_misc.py diff --git a/selftest/tests.py b/selftest/tests.py index 19842f30234..e894a3594a4 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -69,8 +69,8 @@ planpythontestsuite("none", "samba.tests.blackbox.ndrdump") planpythontestsuite("none", "samba.tests.blackbox.check_output") # LDB tests for standalone operation -planpythontestsuite("none", "api", - name="ldb.python.api", +planpythontestsuite("none", "api_misc", + name="ldb.python.api_misc", extra_path=['lib/ldb/tests/python'], environ={'HAVE_LMDB': str(int(have_lmdb))}) planpythontestsuite("none", "api_search", @@ -101,8 +101,8 @@ planpythontestsuite("none", "repack", # LDB tests for standalone operation, in the tr_TR.UTF-8 to cover # dotless i locales, see # https://bugzilla.samba.org/show_bug.cgi?id=15248 -planpythontestsuite("none", "api", - name="ldb.python.api.tr", +planpythontestsuite("none", "api_misc", + name="ldb.python.api_misc.tr", extra_path=['lib/ldb/tests/python'], environ={'LC_ALL': 'tr_TR.UTF-8', 'HAVE_LMDB': str(int(have_lmdb))})