summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-04-08 02:04:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:48 -0500
commit860a4ed444b72c97e629dab19354c2fdf0517eee (patch)
tree979a94ae49e4b9a103be003e66ca24e0e7fc370a
parent96247e80599de45a2454641eba3daf6a5cdadd50 (diff)
downloadsamba-860a4ed444b72c97e629dab19354c2fdf0517eee.tar.gz
samba-860a4ed444b72c97e629dab19354c2fdf0517eee.tar.bz2
samba-860a4ed444b72c97e629dab19354c2fdf0517eee.zip
r14971: Update test script with new location of tdb and ldb wrappers.
(This used to be commit 7794dcd096d011ff0d8d9717040c879e0ec8c67f)
-rwxr-xr-xsource4/script/tests/test_swig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_swig.sh b/source4/script/tests/test_swig.sh
index 5fc609dba4..c23bb03e6b 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`