[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Nov 18 20:41:05 UTC 2015


The branch, master has been updated
       via  bf06a51 Set LD_LIBRARY_PATH during tests.
      from  39d0a81 lib: tevent: Whitespace cleanup.

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit bf06a5166ed29e82c4efdb86cf2634f424c29931
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Wed Nov 18 02:59:37 2015 +0000

    Set LD_LIBRARY_PATH during tests.
    
    Without this, tests fail ir libtevent is not installed on the system.
    
    Signed-Off-By: Jelmer Vernooij <jelmer at jelmer.uk>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Wed Nov 18 21:40:26 CET 2015 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/wscript | 3 +++
 1 file changed, 3 insertions(+)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 4c5fe0c..73871d8 100755
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -133,6 +133,9 @@ def test(ctx):
     '''test tevent'''
     print("The tevent testsuite is part of smbtorture in samba4")
 
+    samba_utils.ADD_LD_LIBRARY_PATH('bin/shared')
+    samba_utils.ADD_LD_LIBRARY_PATH('bin/shared/private')
+
     pyret = samba_utils.RUN_PYTHON_TESTS(['bindings.py'])
     sys.exit(pyret)
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list