projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c5f63
)
link to archive
author
Jason Etheridge
<jason@esilibrary.com>
Thu, 17 Oct 2013 18:01:30 +0000
(14:01 -0400)
committer
Jason Etheridge
<jason@esilibrary.com>
Thu, 17 Oct 2013 18:01:30 +0000
(14:01 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl
patch
|
blob
|
history
diff --git
a/qa/test_output_webifier.pl
b/qa/test_output_webifier.pl
index
47e66b9
..
e98e898
100755
(executable)
--- 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^<a href="$ARGV[0]">Raw Output</a>\n^;
+print MAIN_PAGE qq^[<a href="$ARGV[0]">Raw Output</a>]\n^;
+print MAIN_PAGE qq^[<a href="archive/">Previous Runs</a>]\n^;
print MAIN_PAGE "<h1>Test Output Summary</h1>\n";
print MAIN_PAGE 'HTML generated on ' . `date` . "\n";
print MAIN_PAGE "<ul>\n";