1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/ldb
Lukas Slebodnik d5d6d209de ldb: Use libraries from build dir for testsuite
There was a failure when tests were executed after after extracting
ldb tarball.

  sh$ make -j8 check
  WAF_MAKE=1 PATH=buildtools/bin:../../buildtools/bin:$PATH waf test
  ldbadd: error while loading shared libraries: libldb.so.1: cannot open shared object file: No such file or directory
  cat: write error: Broken pipe
  Traceback (most recent call last):
    File "tests/python/api.py", line 10, in <module>
      import ldb
  ImportError: libldb.so.1: cannot open shared object file: No such file or directory
  Traceback (most recent call last):
    File "tests/python/api.py", line 10, in <module>
      import ldb
  ImportError: libpyldb-util.so.1: cannot open shared object file: No such file or directory
  bin/ldb_tdb_mod_op_test: error while loading shared libraries: libldb.so.1: cannot open shared object file: No such file or directory
  testsuite returned 1

Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Alexander Bokovoy <ab@samba.org>
2017-07-04 21:39:22 +02:00
..
ABI ldb: version 1.2.0 2017-07-02 17:35:20 +02:00
common ldb: Lock the whole backend database for the duration of a search 2017-07-02 17:35:19 +02:00
docs
examples
include ldb:includes: protect ldb_modules.h from being used by Samba < 4.7 2017-07-02 17:35:20 +02:00
ldb_ldap ldb: allow a timeout of -1 result in no timeout timer at all. 2016-02-17 03:43:22 +01:00
ldb_map ldb: Fix a signed/unsigned hickup 2016-09-01 02:04:20 +02:00
ldb_sqlite3 ldb: relatively efficient functions for finding duplicate values 2017-06-15 17:33:10 +02:00
ldb_tdb ldb_tdb: Implement read_lock and read_unlock module operations 2017-07-02 17:35:19 +02:00
man man pages: change http://samba.org to https://www.samba.org 2016-12-09 13:10:26 +01:00
modules ldb: Cope with a->name being * 2016-12-01 05:54:23 +01:00
nssldb
tests ldb:tests: Extend api.py testsuite to show transaction_commit() blocks against the whole-db read lock 2017-07-02 17:35:19 +02:00
tools ldb: add LDB_FLG_DONT_CREATE_DB 2017-03-09 16:02:21 +01:00
web
_ldb_text.py pyldb: Split text/byte strings for compatibility with Python 3 2015-11-05 18:04:24 +01:00
configure
Doxyfile
examples.dox
ldb.pc.in
mainpage.dox
Makefile
pyldb_util.c pyldb: Split text/byte strings for compatibility with Python 3 2015-11-05 18:04:24 +01:00
pyldb-util.pc.in lib/ldb: Enable use of a python3 pyldb-util system library 2017-03-10 07:31:10 +01:00
pyldb.c pyldb: p3k readiness: allow single unicode string in msg element 2017-03-10 07:31:09 +01:00
pyldb.h pyldb: protect PyErr_LDB_ERROR_IS_ERR_RAISE() with do {} while(0) 2016-11-23 16:53:28 +01:00
README_gcov.txt
wscript ldb: Use libraries from build dir for testsuite 2017-07-04 21:39:22 +02:00