svn commit: samba r25385 - in branches/SAMBA_4_0: . source/selftest/output

jelmer at samba.org jelmer at samba.org
Thu Sep 27 22:18:07 GMT 2007


Author: jelmer
Date: 2007-09-27 22:18:06 +0000 (Thu, 27 Sep 2007)
New Revision: 25385

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

Log:
Don't clutter the buildfarm output with SKIP: lines.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/selftest/output/buildfarm.pm


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/selftest/output/buildfarm.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/output/buildfarm.pm	2007-09-27 21:17:44 UTC (rev 25384)
+++ branches/SAMBA_4_0/source/selftest/output/buildfarm.pm	2007-09-27 22:18:06 UTC (rev 25385)
@@ -103,11 +103,7 @@
 {
 	my ($self, $envname, $name, $reason) = @_;
 
-	if ($reason) {
-		print "SKIPPED: $name [$reason]\n";
-	} else {
-		print "SKIPPED: $name\n";
-	}
+	# Ignore skipped tests
 }
 
 1;



More information about the samba-cvs mailing list