From 5ef4c991f6ad00a37fc0645a38ba2cb9f832d9f1 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 30 Aug 2006 15:38:15 -0700 Subject: [PATCH] test: Add link to test log file in HTML output --- test/make-html.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/make-html.pl b/test/make-html.pl index ce3db54d2..82d2edfb5 100755 --- a/test/make-html.pl +++ b/test/make-html.pl @@ -210,7 +210,8 @@ foreach my $test (sort(keys %$tests)) { } my $testref = testref($test, $format); - print '', "", $test, ' (', $format, '/', $offset, ')'; + print '', "", $test, ' (', $format, '/', $offset, ')', + "(log)", ''; if ($config_show_ref) { print "";