summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/selftest/output/html.pm1
-rw-r--r--source4/selftest/output/testresults.css5
2 files changed, 6 insertions, 0 deletions
diff --git a/source4/selftest/output/html.pm b/source4/selftest/output/html.pm
index c4f94fb6b0..44846dc9dd 100644
--- a/source4/selftest/output/html.pm
+++ b/source4/selftest/output/html.pm
@@ -118,6 +118,7 @@ sub end_testsuite($$$$$)
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);
diff --git a/source4/selftest/output/testresults.css b/source4/selftest/output/testresults.css
index 56c4b0ead4..66d1d6b2ad 100644
--- a/source4/selftest/output/testresults.css
+++ b/source4/selftest/output/testresults.css
@@ -122,3 +122,8 @@ div.duration
text-align: right;
font-weight: bold;
}
+
+div.command
+{
+ background-color: gray;
+}