From 425a463764dab1121f47313c078751ab9f4013f8 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 26 Dec 2013 17:26:34 -0500 Subject: [PATCH] expose more surrounding output --- qa/test_output_webifier.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.11.0