From 33b9b7efed006e65fd44767cb5c8d64b28b432d8 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 18 May 2021 16:10:14 -0600 Subject: [PATCH] lf_check.py : for tiemout stderr is empty Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 17948d36..533b25b8 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -322,7 +322,7 @@ class lf_check(): if self.test_result == "Failure": self.html_results += """STDERR""" elif self.test_result == "Time Out": - self.html_results += """STDERR""" + self.html_results += """""" else: self.html_results += """""" self.html_results += """"""