summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-05-02 10:46:03 +0000
committerTim Potter <tpot@samba.org>2006-05-02 10:46:03 +0000
commitee7dc21bfc4bcaa56293ed2aa14eeeba255b4fba (patch)
tree03f764f1dcfc62bd82f416f865307dc1e65d0eab /source/script
parenta23ea34b8e15c3c85c47d756fe2e930e041b0bcb (diff)
downloadsamba-ee7dc21bfc4bcaa56293ed2aa14eeeba255b4fba.tar.gz
samba-ee7dc21bfc4bcaa56293ed2aa14eeeba255b4fba.tar.xz
samba-ee7dc21bfc4bcaa56293ed2aa14eeeba255b4fba.zip
r15390: Make test output a bit prettier.
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/test_swig.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/script/tests/test_swig.sh b/source/script/tests/test_swig.sh
index c23bb03e6b4..f6c8eb94c45 100755
--- a/source/script/tests/test_swig.sh
+++ b/source/script/tests/test_swig.sh
@@ -15,7 +15,10 @@ failed=0
export PYTHONPATH=lib/tdb/swig:lib/ldb/swig:scripting/swig:$PYTHONPATH
export LD_LIBRARY_PATH=bin:$LD_LIBRARY_PATH
+echo Testing tdb wrappers
scripting/swig/torture/torture_tdb.py || failed=`expr $failed + 1`
+
+echo Testing ldb wrappers
scripting/swig/torture/torture_ldb.py || failed=`expr $failed + 1`
testok $0 $failed