[releng: Clean up the output of functional-report a little. Petr Rockai **20170119154012 Ignore-this: e8e349dc26eb1ecb061b1a8a8c511fc6 ] hunk ./releng/functional-report.pl 80 - $summary .= "$rescount{ $k } $k, "; + $summary .= "$rescount{ $k } $k, "; hunk ./releng/functional-report.pl 85 -## DIVINE Functional Test Results - hunk ./releng/functional-report.pl 90 - +
hunk ./releng/functional-report.pl 103 - print $index "
\n"; + print $index "\n"; hunk ./releng/functional-report.pl 106 - system( "pandoc", "--to=html", "-s", "--smart", "--template", catfile( $webdir, "template.html" ), catfile( $out, "$name.md" ), "-o", catfile( $out, "$name.html" ) ); + system( "pandoc", "--to=html", "-s", "--smart", "--template", catfile( $webdir, "template.html" ), + catfile( $out, "$name.md" ), "-o", catfile( $out, "$name.html" ) ); hunk ./releng/functional-report.pl 146 - print $index "[$res](./$report)"; + print $index "[$res](./$report)"; hunk ./releng/functional-report.pl 179 - $agreg{ $aid }->{ $f } .= "$r​"; + $agreg{ $aid }->{ $f } .= "$r​"; hunk ./releng/functional-report.pl 183 - print $compact "$t"; + print $compact "
$t
"; hunk ./releng/functional-report.pl 185 - print $compact ( "
" . $agreg{ $t }->{ $f } . "
" ); + print $compact ( "
" . $agreg{ $t }->{ $f } . "
" );