From 2ada45b65ffc52837b35d826050d3b87f9f520be Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Wed, 19 May 2021 09:21:29 -0600 Subject: [PATCH] lf_check.py : print out stderr on timeouts Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 6882bf7e..8a91cd0a 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -343,7 +343,8 @@ class lf_check(): if self.test_result == "Failure": self.html_results += """STDERR""" elif self.test_result == "Time Out": - self.html_results += """""" + self.html_results += """STDERR""" + #self.html_results += """""" else: self.html_results += """""" self.html_results += """"""