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

jelmer at samba.org jelmer at samba.org
Sat Sep 1 21:03:01 GMT 2007


Author: jelmer
Date: 2007-09-01 21:02:57 +0000 (Sat, 01 Sep 2007)
New Revision: 24869

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

Log:
Print command that was executed.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/selftest/output/html.pm
   branches/SAMBA_4_0/source/selftest/output/testresults.css


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/html.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/output/html.pm	2007-09-01 20:25:24 UTC (rev 24868)
+++ branches/SAMBA_4_0/source/selftest/output/html.pm	2007-09-01 21:02:57 UTC (rev 24869)
@@ -118,6 +118,7 @@
 
 	print TEST "</table>\n";
 
+	print TEST "<div class=\"command\">$state->{CMD}</div>\n";
 	print TEST "<div class=\"duration\">Duration: " . (time() - $state->{START_TIME}) . "s</div>\n";
 
 	$self->print_html_footer(*TEST);

Modified: branches/SAMBA_4_0/source/selftest/output/testresults.css
===================================================================
--- branches/SAMBA_4_0/source/selftest/output/testresults.css	2007-09-01 20:25:24 UTC (rev 24868)
+++ branches/SAMBA_4_0/source/selftest/output/testresults.css	2007-09-01 21:02:57 UTC (rev 24869)
@@ -122,3 +122,8 @@
 	text-align: right;
 	font-weight: bold;
 }
+
+div.command
+{
+	background-color: gray;
+}



More information about the samba-cvs mailing list