From bfaf11c3a8db01efce9b665762b30e4ab2815402 Mon Sep 17 00:00:00 2001 From: J0WI Date: Mon, 8 Apr 2019 13:19:00 +0200 Subject: main/ldb: upgrade to 1.3.8 --- main/ldb/disable-python-tests.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 main/ldb/disable-python-tests.patch (limited to 'main/ldb/disable-python-tests.patch') diff --git a/main/ldb/disable-python-tests.patch b/main/ldb/disable-python-tests.patch deleted file mode 100644 index 2025ab806c..0000000000 --- a/main/ldb/disable-python-tests.patch +++ /dev/null @@ -1,27 +0,0 @@ -Do not run python tests, they take eternity to finish. - ---- a/wscript -+++ b/wscript -@@ -370,21 +370,13 @@ - ret = samba_utils.RUN_COMMAND(cmd) - print("testsuite returned %d" % ret) - -- tmp_dir = os.path.join(test_prefix, 'tmp') -- if not os.path.exists(tmp_dir): -- os.mkdir(tmp_dir) -- pyret = samba_utils.RUN_PYTHON_TESTS( -- ['tests/python/api.py', 'tests/python/index.py'], -- extra_env={'SELFTEST_PREFIX': test_prefix}) -- print("Python testsuite returned %d" % pyret) -- - cmocka_ret = 0 - for test_exe in ['ldb_tdb_mod_op_test', - 'ldb_msg_test']: - cmd = os.path.join(Utils.g_module.blddir, test_exe) - cmocka_ret = cmocka_ret or samba_utils.RUN_COMMAND(cmd) - -- sys.exit(ret or pyret or cmocka_ret) -+ sys.exit(ret or cmocka_ret) - - def dist(): - '''makes a tarball for distribution''' -- cgit v1.2.3