mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r24869: Print command that was executed.
(This used to be commit 9aabcafba612afafb1c3260b79a899ea463f8d32)
This commit is contained in:
parent
6131ff85d5
commit
2aea6fe95f
@ -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);
|
||||
|
@ -122,3 +122,8 @@ div.duration
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.command
|
||||
{
|
||||
background-color: gray;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user