diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/txt.jinja2 | 6 | 
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 -%} | 
