expose more surrounding output
authorJason Etheridge <jason@esilibrary.com>
Thu, 26 Dec 2013 22:26:34 +0000 (17:26 -0500)
committerJason Etheridge <jason@esilibrary.com>
Thu, 26 Dec 2013 22:26:34 +0000 (17:26 -0500)
qa/test_output_webifier.pl

index e98e898..cc6fb51 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="cronoutput.txt">test.sh output</a>]\n^;
+print MAIN_PAGE qq^[<a href="$ARGV[0]">installer_installer.sh 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";