diff --git a/run.py b/run.py index 28c1469..9666929 100644 --- a/run.py +++ b/run.py @@ -286,7 +286,7 @@ def unittest_run(unittest_folder, options): for key in data_collection[UNITTEST_KEY_SPECIFICATION].get('item_dict', {}): heading_dict[key] = data_collection[UNITTEST_KEY_SPECIFICATION]['item_dict'][key]['Heading'] test_session = report.testSession( - ['__unittest__', config.lib.logger.name] + config.additional_loggers_to_catch, + ['__unittest__', 'root'], interpreter=interpreter_version, testcase_execution_level=execution_level, testrun_id='p%d' % sys.version_info[0], diff --git a/templates/test/case_long.tex b/templates/test/case_long.tex index 6415796..8354704 100644 --- a/templates/test/case_long.tex +++ b/templates/test/case_long.tex @@ -13,6 +13,6 @@ This test was passed with the state: {\bf {{ macros.result(testcase.levelno) }}} \definecolor{shadecolor}{rgb}{ {{macros.bg_by_levelno(mLogger.levelno) }} }\begin{modulelog}[breaklines=true, breakanywhere=true] {{ mLogger.message }} \end{modulelog} -\vspace*{-0.225cm} +\vspace*{-0.225cm}\pagebreak[1] {%- endfor %} {%- endfor %}