facile-it / paraunit

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

Abandon the segfault simulation #60

Closed Jean85 closed 7 years ago

Jean85 commented 7 years ago

After a quick chat on Twitter last night, @taueres suggested to me to use exit(139) as a way to emulate test segfaults in Paraunit's testsuite. Since we ditched output parsing in favor of JSON logs, this should be feasible.