facile-it / paraunit

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

Options without value are not working! #127

Closed fullbl closed 6 years ago

fullbl commented 6 years ago

If a parameter without value (like --dont-report-useless-tests) is given, its value should not be passed to phpunit

fullbl commented 6 years ago

I think AppVeyor has problems with EOL :|

Jean85 commented 6 years ago

Regarding AppVeyor, I was using PHP_EOL exactly because it was working like that under Windows... WTF!

I'll fix it in a separate PR, thanks!