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:
4e7eb5b
)
make it valid XML
author
Jason Etheridge
<jason@esilibrary.com>
Thu, 3 Nov 2016 16:02:43 +0000
(12:02 -0400)
committer
Jason Etheridge
<jason@esilibrary.com>
Thu, 3 Nov 2016 16:02:43 +0000
(12:02 -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
a592198
..
fd73a5c
100755
(executable)
--- a/
qa/test_output_webifier.pl
+++ b/
qa/test_output_webifier.pl
@@
-207,8
+207,7
@@
sub update_rss {
#if (`diff pass_fail.txt pass_fail.txt.prev`) {
$fail = `grep Failed pass_fail.txt`;
open RSS_FILE, ">test_rss.xml";
- print RSS_FILE q^
- <?xml version="1.0" encoding="utf-8"?>
+ print RSS_FILE q^<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Live Tester - EG Master</title>