瀏覽代碼

Adaption to changed logging

master
Dirk Alders 4 年之前
父節點
當前提交
a34ffe1201
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      run.py

+ 1
- 1
run.py 查看文件

@@ -286,7 +286,7 @@ def unittest_run(unittest_folder, options):
286 286
         for key in data_collection[UNITTEST_KEY_SPECIFICATION].get('item_dict', {}):
287 287
             heading_dict[key] = data_collection[UNITTEST_KEY_SPECIFICATION]['item_dict'][key]['Heading']
288 288
         test_session = report.testSession(
289
-            ['__unittest__', config.lib.logger_name] + config.additional_loggers_to_catch,
289
+            ['__unittest__', config.lib.logger.name] + config.additional_loggers_to_catch,
290 290
             interpreter=interpreter_version,
291 291
             testcase_execution_level=execution_level,
292 292
             testrun_id='p%d' % sys.version_info[0],

Loading…
取消
儲存