facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
135 stars 14 forks source link

Avoid letting the colored console output blink (dots, errors) #124

Closed elegos closed 6 years ago

elegos commented 6 years ago

On bash 4.4.19 (Fedora 28) the text started blinking. Looking into the ConsoleFormatter I've noticed it's set to blink, but evidently for a bash bug (?) it wasn't and the output was looking good.

This pull request fixes this issue.

Jean85 commented 6 years ago

Woha, thanks a lot for spotting this! Let me fix the CI first...

Jean85 commented 6 years ago

CI is green, merged, thanks again!