From 90944936576087b4e5df7c848b2217f004c0b2fc Mon Sep 17 00:00:00 2001 From: Jason Etheridge <jason@EquinoxInitiative.org> Date: Fri, 13 Dec 2019 01:33:14 -0500 Subject: [PATCH] fix path again Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org> --- qa/test_output_webifier.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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^[<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="/">Previous Runs</a>]\n^; +print MAIN_PAGE qq^[<a href="/~live">Previous Runs</a>]\n^; print MAIN_PAGE qq^[<a href="http://git.evergreen-ils.org/?p=working/random.git;a=shortlog;h=refs/heads/collab/phasefx/eg_live_tests">Git</a>]\n^; print MAIN_PAGE qq^[<a href="#first_failure">First Failure</a>]\n^; -- 2.11.0