diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-04-08 13:19:00 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-08 13:02:31 +0000 |
commit | bfaf11c3a8db01efce9b665762b30e4ab2815402 (patch) | |
tree | cf5ddef7fbf53da183056b1fda48b91f455b185f /main/ldb/disable-python-tests.patch | |
parent | 0453a3d033ee3f5fa274c846b26cfd233a0a0e5c (diff) | |
download | aports-bfaf11c3a8db01efce9b665762b30e4ab2815402.tar.bz2 aports-bfaf11c3a8db01efce9b665762b30e4ab2815402.tar.xz |
main/ldb: upgrade to 1.3.8
Diffstat (limited to 'main/ldb/disable-python-tests.patch')
-rw-r--r-- | main/ldb/disable-python-tests.patch | 27 |
1 files changed, 0 insertions, 27 deletions
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''' |