lf_check.py : cosmetic changes

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-06-20 16:20:03 -06:00
parent 10723d6d8b
commit 2c980bb902

View File

@@ -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