diff options
author | Tim Potter <tpot@samba.org> | 2006-05-02 10:46:03 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2006-05-02 10:46:03 +0000 |
commit | ee7dc21bfc4bcaa56293ed2aa14eeeba255b4fba (patch) | |
tree | 03f764f1dcfc62bd82f416f865307dc1e65d0eab /source/script | |
parent | a23ea34b8e15c3c85c47d756fe2e930e041b0bcb (diff) | |
download | samba-ee7dc21bfc4bcaa56293ed2aa14eeeba255b4fba.tar.gz samba-ee7dc21bfc4bcaa56293ed2aa14eeeba255b4fba.tar.xz samba-ee7dc21bfc4bcaa56293ed2aa14eeeba255b4fba.zip |
r15390: Make test output a bit prettier.
Diffstat (limited to 'source/script')
-rwxr-xr-x | source/script/tests/test_swig.sh | 3 |
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 |