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

jelmer at samba.org jelmer at samba.org
Tue Mar 6 00:45:37 GMT 2007


Author: jelmer
Date: 2007-03-06 00:45:30 +0000 (Tue, 06 Mar 2007)
New Revision: 21716

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

Log:
Report status in a way the build farm recognizes.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/script/tests/selftest.pl


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/source/script/tests/selftest.pl
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.pl	2007-03-06 00:20:32 UTC (rev 21715)
+++ branches/SAMBA_4_0/source/script/tests/selftest.pl	2007-03-06 00:45:30 UTC (rev 21716)
@@ -591,4 +591,8 @@
 	}
 }
 
+if ($from_build_farm) {
+	print "TEST STATUS: $numfailed\n";
+}
+
 exit $numfailed;



More information about the samba-cvs mailing list