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

tpot at samba.org tpot at samba.org
Sat Apr 8 02:04:20 GMT 2006


Author: tpot
Date: 2006-04-08 02:04:19 +0000 (Sat, 08 Apr 2006)
New Revision: 14971

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

Log:
Update test script with new location of tdb and ldb wrappers.

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_swig.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_swig.sh	2006-04-08 01:52:09 UTC (rev 14970)
+++ branches/SAMBA_4_0/source/script/tests/test_swig.sh	2006-04-08 02:04:19 UTC (rev 14971)
@@ -12,7 +12,7 @@
 
 failed=0
 
-export PYTHONPATH=scripting/swig:$PYTHONPATH
+export PYTHONPATH=lib/tdb/swig:lib/ldb/swig:scripting/swig:$PYTHONPATH
 export LD_LIBRARY_PATH=bin:$LD_LIBRARY_PATH
 
 scripting/swig/torture/torture_tdb.py || failed=`expr $failed + 1`



More information about the samba-cvs mailing list