From: Jason Etheridge Date: Thu, 26 Dec 2013 22:26:34 +0000 (-0500) Subject: expose more surrounding output X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=425a463764dab1121f47313c078751ab9f4013f8;p=working%2Frandom.git expose more surrounding output --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index e98e8984e..cc6fb51e4 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -13,7 +13,8 @@ my @all_lines = (); open MAIN_PAGE, ">test.html"; print MAIN_PAGE html_header('Test Output Summary'); -print MAIN_PAGE qq^[Raw Output]\n^; +print MAIN_PAGE qq^[test.sh output]\n^; +print MAIN_PAGE qq^[installer_installer.sh output]\n^; print MAIN_PAGE qq^[Previous Runs]\n^; print MAIN_PAGE "

Test Output Summary

\n"; print MAIN_PAGE 'HTML generated on ' . `date` . "\n";