From 7e97df69d98bce5b39125d1c86189939c19a9033 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 26 Apr 2016 13:57:00 -0400 Subject: [PATCH] Add pubDate and update the RSS regardless of previous test state. Thanks to bshum and dyrcona Signed-off-by: Jason Etheridge --- qa/test_output_webifier.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index d3c550fc5..b31873374 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -204,7 +204,7 @@ sub branch_tips { sub update_rss { `touch pass_fail.txt.prev`; - if (`diff pass_fail.txt pass_fail.txt.prev`) { + #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^ @@ -213,6 +213,7 @@ sub update_rss { Test Output Summary http://testing.evergreen-ils.org/~live/test.html Live Test Suite + ^ . `date -R` . q^ ^ . ( $fail ? q^Test Failure - http://testing.evergreen-ils.org/~live/test.html @@ -228,6 +229,6 @@ sub update_rss { ^; close RSS_FILE; - } + #} `mv pass_fail.txt pass_fail.txt.prev`; } -- 2.11.0