svn commit: samba r15390 - in branches/SAMBA_4_0/source/script/tests: .

tpot at samba.org tpot at samba.org
Tue May 2 10:46:04 GMT 2006


Author: tpot
Date: 2006-05-02 10:46:03 +0000 (Tue, 02 May 2006)
New Revision: 15390

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15390

Log:
Make test output a bit prettier.

Modified:
   branches/SAMBA_4_0/source/script/tests/test_swig.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_swig.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_swig.sh	2006-05-02 05:14:00 UTC (rev 15389)
+++ branches/SAMBA_4_0/source/script/tests/test_swig.sh	2006-05-02 10:46:03 UTC (rev 15390)
@@ -15,7 +15,10 @@
 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



More information about the samba-cvs mailing list