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:
f4e9d5f
)
expose more surrounding output
author
Jason Etheridge
<jason@esilibrary.com>
Thu, 26 Dec 2013 22:26:34 +0000
(17:26 -0500)
committer
Jason Etheridge
<jason@esilibrary.com>
Thu, 26 Dec 2013 22:26:34 +0000
(17:26 -0500)
qa/test_output_webifier.pl
patch
|
blob
|
history
diff --git
a/qa/test_output_webifier.pl
b/qa/test_output_webifier.pl
index
e98e898
..
cc6fb51
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="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 "<h1>Test Output Summary</h1>\n";
print MAIN_PAGE 'HTML generated on ' . `date` . "\n";