From: Jason Etheridge Date: Fri, 13 Dec 2019 06:33:14 +0000 (-0500) Subject: fix path again X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=90944936576087b4e5df7c848b2217f004c0b2fc;p=working%2Frandom.git fix path again Signed-off-by: Jason Etheridge --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 5527ea9f4..11b6008ab 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -24,7 +24,7 @@ open MAIN_PAGE, ">test.html"; print MAIN_PAGE html_header('Test Output Summary'); 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 qq^[Previous Runs]\n^; print MAIN_PAGE qq^[Git]\n^; print MAIN_PAGE qq^[First Failure]\n^;