summaryrefslogtreecommitdiffstats
path: root/templates/txt.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/txt.jinja2')
-rw-r--r--templates/txt.jinja26
1 files changed, 6 insertions, 0 deletions
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 -%}