From 2aea6fe95f2788b080cb0261a1efd6907cf4d6d1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 1 Sep 2007 21:02:57 +0000 Subject: r24869: Print command that was executed. (This used to be commit 9aabcafba612afafb1c3260b79a899ea463f8d32) --- source4/selftest/output/html.pm | 1 + source4/selftest/output/testresults.css | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'source4/selftest') 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 "\n"; + print TEST "
$state->{CMD}
\n"; print TEST "
Duration: " . (time() - $state->{START_TIME}) . "s
\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; +} -- cgit