aboutsummaryrefslogtreecommitdiffstats
path: root/main/ldb/disable-python-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/ldb/disable-python-tests.patch')
-rw-r--r--main/ldb/disable-python-tests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ldb/disable-python-tests.patch b/main/ldb/disable-python-tests.patch
index 040557402b..2025ab806c 100644
--- a/main/ldb/disable-python-tests.patch
+++ b/main/ldb/disable-python-tests.patch
@@ -10,7 +10,7 @@ Do not run python tests, they take eternity to finish.
- if not os.path.exists(tmp_dir):
- os.mkdir(tmp_dir)
- pyret = samba_utils.RUN_PYTHON_TESTS(
-- ['tests/python/api.py'],
+- ['tests/python/api.py', 'tests/python/index.py'],
- extra_env={'SELFTEST_PREFIX': test_prefix})
- print("Python testsuite returned %d" % pyret)
-