svn commit: samba r14740 - in branches/SAMBA_4_0/source/script/tests: .

jelmer at samba.org jelmer at samba.org
Sun Mar 26 12:57:50 GMT 2006


Author: jelmer
Date: 2006-03-26 12:57:50 +0000 (Sun, 26 Mar 2006)
New Revision: 14740

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14740

Log:
Try loading shared libs from the bin/ directory (useful for running 'make test'
without developer mode)

Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-03-26 11:32:27 UTC (rev 14739)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-03-26 12:57:50 UTC (rev 14740)
@@ -50,6 +50,9 @@
 TEST_DATA_PREFIX=$PREFIX_ABS
 export TEST_DATA_PREFIX
 
+LD_LIBRARY_PATH=$PREFIX_ABS/bin:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
+
 TMPDIR=$PREFIX_ABS/tmp
 LIBDIR=$PREFIX_ABS/lib
 ETCDIR=$PREFIX_ABS/etc



More information about the samba-cvs mailing list