mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-05 06:30:28 +01:00
test: Add link to test log file in HTML output
This commit is contained in:
parent
7f4e83ceeb
commit
5ef4c991f6
1 changed files with 2 additions and 1 deletions
|
|
@ -210,7 +210,8 @@ foreach my $test (sort(keys %$tests)) {
|
|||
}
|
||||
|
||||
my $testref = testref($test, $format);
|
||||
print '<tr><td>', "<a href=\"$testref\">", $test, ' (', $format, '/', $offset, ')</a></td>';
|
||||
print '<tr><td>', "<a href=\"$testref\">", $test, ' (', $format, '/', $offset, ')</a>',
|
||||
"(<a href=\"$test.log\">log</a>)", '</td>';
|
||||
|
||||
if ($config_show_ref) {
|
||||
print "<td><a href=\"$testref\"><img src=\"$testref\"></img></a></td>";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue