turbo
ec70b15f - Refactor Dry Run so that output is printed by Run Summaries (#4403)

Commit
2 years ago
Refactor Dry Run so that output is printed by Run Summaries (#4403) The goal is to make RunSummary responsible for all the JSON and text and saved-to-disk versions of what happened in a Run via the `.Close()` method. This commit incorporates DryRun output into this mold. Specifically: - Pass all of RunOpts to RunSummary. Many of the pieces were being passed in already and this work need the dry run flag also. Moves runOpts into the util package to avoid circular imports. - Use `.Close()` to print dry run output - Refactor DryRun execution to look more like Real Run.
Author
Parents
Loading