mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Color LEAK&FAIL like a failure
This commit is contained in:
parent
8c6db654e7
commit
cbdd21a22d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue