From c706021d551f1bc9b1e09b7109cb9bfa50d18c2d Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Sat, 17 Aug 2024 14:48:57 +1200 Subject: [PATCH] ldb:tests: move api.py to api_misc Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider --- lib/ldb/tests/python/{api.py => api_misc.py} | 0 selftest/tests.py | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename lib/ldb/tests/python/{api.py => api_misc.py} (100%) mode change 100755 => 100644 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))}) -- 2.47.2