1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r15390: Make test output a bit prettier.

(This used to be commit 7e4d3bb81859d27424edf5cbcc1101c414160c0c)
This commit is contained in:
Tim Potter 2006-05-02 10:46:03 +00:00 committed by Gerald (Jerry) Carter
parent 684aa5adef
commit 635d385ea1

View File

@ -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