]> granicus.if.org Git - php/commit
Make diff section contents red(-)/green(+) in run-tests.php
authorTyson Andre <tysonandre775@hotmail.com>
Sun, 9 Aug 2020 15:58:08 +0000 (11:58 -0400)
committerTyson Andre <tysonandre775@hotmail.com>
Mon, 10 Aug 2020 00:59:43 +0000 (20:59 -0400)
commit58489bd3b93e10c150933eefac05297b48213eb3
treee84af4665f8ae794d594e93f10b80d14042beedc
parente79adf6381977f8a748144db0cf4684bb87c56f7
Make diff section contents red(-)/green(+) in run-tests.php

This uses green for lines with `+` and red for lines with `-`.

Colors(Red and Green) would make the failure causes stand out visually when scrolling through errors.

Closes GH-5965
run-tests.php