diff options
Diffstat (limited to 'source4/selftest/output/html.pm')
-rw-r--r-- | source4/selftest/output/html.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/output/html.pm b/source4/selftest/output/html.pm index c97926c7a8..1049527129 100644 --- a/source4/selftest/output/html.pm +++ b/source4/selftest/output/html.pm @@ -12,13 +12,13 @@ use lib "$RealBin/.."; use Subunit qw(parse_results); -sub new$($$$) { +sub new($$$) { my ($class, $dirname, $statistics) = @_; my $self = { dirname => $dirname, active_test => undef, local_statistics => {}, - statistics => {}, + statistics => $statistics, msg => "", error_summary => { skip => [], |