r14971: Update test script with new location of tdb and ldb wrappers.
authorTim Potter <tpot@samba.org>
Sat, 8 Apr 2006 02:04:19 +0000 (02:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:00:48 +0000 (14:00 -0500)
(This used to be commit 7794dcd096d011ff0d8d9717040c879e0ec8c67f)

source4/script/tests/test_swig.sh

index 5fc609dba4c735e917f175e5c162e90784faae0b..c23bb03e6b4597f310354750f272849e3369bba5 100755 (executable)
@@ -12,7 +12,7 @@ incdir=`dirname $0`
 
 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`