some obvious fixes
authorJason Etheridge <jason@equinoxinitiative.org>
Wed, 12 Dec 2018 13:14:23 +0000 (08:14 -0500)
committerJason Etheridge <jason@equinoxinitiative.org>
Wed, 12 Dec 2018 13:14:23 +0000 (08:14 -0500)
Signed-off-by: Jason Etheridge <jason@equinoxinitiative.org>
qa/test_output_webifier.pl

index fdfd210..0fe54b3 100755 (executable)
@@ -20,7 +20,7 @@ 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="archive/">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/wheezy_installer">Git</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 "<h1>Test Output Summary</h1>\n";
 print MAIN_PAGE 'HTML generated on ' . `date` . "\n";
 print MAIN_PAGE "<ul>\n";