Respect ENABLE_OPEN_LOGS global variable
This commit is contained in:
parent
0d35d81b97
commit
7e78eb5dca
1 changed files with 1 additions and 1 deletions
|
|
@ -1169,7 +1169,7 @@ def run_tests(tests, ticket_number=None):
|
|||
show_results()
|
||||
|
||||
# Open log
|
||||
if not TESTS['NVMe/SMART']['Quick']:
|
||||
if not TESTS['NVMe/SMART']['Quick'] and ENABLED_OPEN_LOGS:
|
||||
try:
|
||||
popen_program(['nohup', 'leafpad', global_vars['LogFile']], pipe=True)
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Reference in a new issue