From: Tim Potter Date: Sat, 8 Apr 2006 02:04:19 +0000 (+0000) Subject: r14971: Update test script with new location of tdb and ldb wrappers. X-Git-Tag: samba-4.0.0alpha6~801^3~6561 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=860a4ed444b72c97e629dab19354c2fdf0517eee;p=sfrench%2Fsamba-autobuild%2F.git r14971: Update test script with new location of tdb and ldb wrappers. (This used to be commit 7794dcd096d011ff0d8d9717040c879e0ec8c67f) --- diff --git a/source4/script/tests/test_swig.sh b/source4/script/tests/test_swig.sh index 5fc609dba4c..c23bb03e6b4 100755 --- a/source4/script/tests/test_swig.sh +++ b/source4/script/tests/test_swig.sh @@ -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`