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 += """"""