mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
r15390: Make test output a bit prettier.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d67e055f86
commit
7e4d3bb818
@ -15,7 +15,10 @@ failed=0
|
|||||||
export PYTHONPATH=lib/tdb/swig:lib/ldb/swig:scripting/swig:$PYTHONPATH
|
export PYTHONPATH=lib/tdb/swig:lib/ldb/swig:scripting/swig:$PYTHONPATH
|
||||||
export LD_LIBRARY_PATH=bin:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=bin:$LD_LIBRARY_PATH
|
||||||
|
|
||||||
|
echo Testing tdb wrappers
|
||||||
scripting/swig/torture/torture_tdb.py || failed=`expr $failed + 1`
|
scripting/swig/torture/torture_tdb.py || failed=`expr $failed + 1`
|
||||||
|
|
||||||
|
echo Testing ldb wrappers
|
||||||
scripting/swig/torture/torture_ldb.py || failed=`expr $failed + 1`
|
scripting/swig/torture/torture_ldb.py || failed=`expr $failed + 1`
|
||||||
|
|
||||||
testok $0 $failed
|
testok $0 $failed
|
||||||
|
Reference in New Issue
Block a user