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

tridge at samba.org tridge at samba.org
Sun Jun 26 00:23:07 GMT 2005


Author: tridge
Date: 2005-06-26 00:23:06 +0000 (Sun, 26 Jun 2005)
New Revision: 7915

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

Log:
report the number of failed tests so far when running 'make test' interactively

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_functions.sh	2005-06-26 00:22:33 UTC (rev 7914)
+++ branches/SAMBA_4_0/source/script/tests/test_functions.sh	2005-06-26 00:23:06 UTC (rev 7915)
@@ -80,7 +80,7 @@
 		date
 		echo "Testing $name"
 	else
-		echo "Testing $name"
+		echo "Testing $name ($failed)"
 	fi
 
 	smbd_check_only && SMBD_IS_UP="yes"



More information about the samba-cvs mailing list