link to archive
authorJason Etheridge <jason@esilibrary.com>
Thu, 17 Oct 2013 18:01:30 +0000 (14:01 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 17 Oct 2013 18:01:30 +0000 (14:01 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl

index 47e66b9..e98e898 100755 (executable)
@@ -13,7 +13,8 @@ my @all_lines = ();
 
 open  MAIN_PAGE, ">test.html";
 print MAIN_PAGE html_header('Test Output Summary');
-print MAIN_PAGE qq^<a href="$ARGV[0]">Raw Output</a>\n^;
+print MAIN_PAGE qq^[<a href="$ARGV[0]">Raw Output</a>]\n^;
+print MAIN_PAGE qq^[<a href="archive/">Previous Runs</a>]\n^;
 print MAIN_PAGE "<h1>Test Output Summary</h1>\n";
 print MAIN_PAGE 'HTML generated on ' . `date` . "\n";
 print MAIN_PAGE "<ul>\n";