fix path again
authorJason Etheridge <jason@EquinoxInitiative.org>
Fri, 13 Dec 2019 06:33:14 +0000 (01:33 -0500)
committerJason Etheridge <jason@EquinoxInitiative.org>
Fri, 13 Dec 2019 06:33:14 +0000 (01:33 -0500)
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
qa/test_output_webifier.pl

index 5527ea9..11b6008 100755 (executable)
@@ -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^;