FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e8ac3694 authored by L. Bower's avatar L. Bower
Browse files

investigating failing env suit full fat failure

parent b2c68487
No related branches found
No related tags found
No related merge requests found
......@@ -215,12 +215,12 @@ class IntegrationTestUtils:
args_dict['log_level'] = 'info'
args_dict['clearup'] = True
# for key, value in kwargs.items():
# args_dict[key] = value
#
# log_level = args_dict['log_level']
# set_log_level(log_level)
#
for key, value in kwargs.items():
args_dict[key] = value
log_level = args_dict['log_level']
set_log_level(log_level)
# try:
# run_Process(args_dict)
# except SystemExit:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment