From 08cefb0e7490dd229eed93a556591c1993eee07b Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 10 Feb 2022 15:04:52 +0000 Subject: added getting full runtime analysis output --- templates/txt.jinja2 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') diff --git a/templates/txt.jinja2 b/templates/txt.jinja2 index df63288..b27abda 100644 --- a/templates/txt.jinja2 +++ b/templates/txt.jinja2 @@ -125,6 +125,12 @@ Report generated at {{ get_datetime() }} {%- endfor -%} {%- endif -%} {%- endfor -%} + {%- if txt_show_all_run_output == "True" %} + Full runtime output: + ``` + {{ runtime_contents["full_output"]|indent(20, False) }} + ``` + {%- endif -%} {%- endfor -%} {%- endif -%} {%- endif -%} -- cgit v1.2.3