lf_check.py : updated to check for error in stderr

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-13 05:44:31 -06:00
parent d963dde407
commit d1f6b70c21

View File

@@ -976,7 +976,7 @@ blog: http://{blog}:2368
background = self.background_purple
# Ghost will put data in stderr
if 'ghost' in command:
if 'ghost' in command or 'lf_qa' in command:
if self.test_result != "TIMEOUT":
text = open(stderr_log_txt).read()
if 'Error' in text: