diff --git a/models/CLIRenderer.cfc b/models/CLIRenderer.cfc index fdac001..7cfe7fc 100644 --- a/models/CLIRenderer.cfc +++ b/models/CLIRenderer.cfc @@ -142,6 +142,12 @@ component { } } + var thisColor = getAggregatedColor( + arguments.testData.totalError, + arguments.testData.totalFail, + 0 + ); + // Print Summary // cfformat-ignore-start arguments.print