From 2c980bb902a3ea50083bf34a15f92f52460486b4 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sun, 20 Jun 2021 16:20:03 -0600 Subject: [PATCH] lf_check.py : cosmetic changes Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 144b9205..157de35e 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -599,7 +599,7 @@ NOTE: for now to see stdout and stderr remove /home/lanforge from path. # print("running {}".format(command)) # need to take into account --raw_line parameters command = shlex.split(command) - print("running {command}".format(command=command)) + self.logger.info("running {command}".format(command=command)) try: process = subprocess.Popen(command, shell=False, stdout=stdout_log, stderr=stderr_log, universal_newlines=True) # if there is a better solution please propose, the TIMEOUT Result is different then FAIL @@ -630,7 +630,7 @@ NOTE: for now to see stdout and stderr remove /home/lanforge from path. background = self.background_purple self.html_results += """ - """ + str(test) + """""" + str(command) + """ + """ + str(test) + """""" + str(command) + """ """ + str(self.test_result) + """ STDOUT""" if self.test_result == "Failure":