Skip to content

Commit

Permalink
Ensure we set color to entire tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gpickin authored Oct 4, 2023
1 parent 4e64045 commit c8c5dd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions models/CLIRenderer.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ component {
}
}

var thisColor = getAggregatedColor(
arguments.testData.totalError,
arguments.testData.totalFail,
0
);

// Print Summary
// cfformat-ignore-start
arguments.print
Expand Down

0 comments on commit c8c5dd9

Please sign in to comment.