From efcf44bc72c797aef0cb8152385a931f4ac1d264 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Tue, 19 Sep 2017 13:57:50 -0700 Subject: [PATCH] Restore result and report output --- nox/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nox/main.py b/nox/main.py index 03a2df2d..0f5e0e23 100644 --- a/nox/main.py +++ b/nox/main.py @@ -102,6 +102,8 @@ def main(): tasks.honor_list_request, tasks.verify_manifest_nonempty, tasks.run_manifest, + tasks.print_summary, + tasks.create_report, tasks.final_reduce, ), )