https://bugzilla.wikimedia.org/show_bug.cgi?id=29226

Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |upstream

--- Comment #3 from Brion Vibber <[email protected]> 2011-06-01 21:41:37 UTC 
---
Here's an upstream bug requesting that phpunit check for tty output at least,
which was closed out apparently unfixed on the basis that color has to be
explicitly turned on (so someone turning it on and then redirecting to a file
must want it in the file, right?):
https://github.com/sebastianbergmann/phpunit/issues/234

Sounds like either our runner needs to detect things and pass in the option, or
PHPUnit upstream needs modification to allow a '--color=auto' or colors="auto"
option or something to let it autodetect terminal availability.

Offhand I forget whether posix_isatty() will be present and returning true on
Windows, might also need to just short-circuit with an OS check there.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to