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

tridge at samba.org tridge at samba.org
Thu Oct 6 04:45:34 GMT 2005


Author: tridge
Date: 2005-10-06 04:45:33 +0000 (Thu, 06 Oct 2005)
New Revision: 10752

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

Log:

make sure we set the exist status correctly for the tdb tests


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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_ldap.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2005-10-06 03:41:03 UTC (rev 10751)
+++ branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2005-10-06 04:45:33 UTC (rev 10752)
@@ -50,7 +50,7 @@
 
 LDBDIR=lib/ldb
 export LDBDIR
-testit "ldb tests" $LDBDIR/tests/test-tdb.sh
+testit "ldb tests" $LDBDIR/tests/test-tdb.sh || failed=`expr $failed + 1`
 
 SCRIPTDIR=../testprogs/ejs
 



More information about the samba-cvs mailing list