Skip to content

Commit

Permalink
Color LEAK&FAIL like a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Feb 17, 2021
1 parent 8c6db65 commit cbdd21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -3359,6 +3359,7 @@ function show_result(
case 'FAIL':
case 'BORK':
case 'LEAK':
case 'LEAK&FAIL':
// Light Red
$color = "\e[1;31m{$result}\e[0m"; break;
default: // Yellow
Expand Down

0 comments on commit cbdd21a

Please sign in to comment.