mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r15390: Make test output a bit prettier.
This commit is contained in:
parent
d67e055f86
commit
7e4d3bb818
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user