piece / makegood

A continuous test runner for Eclipse PDT
https://github.com/piece/makegood/wiki
44 stars 17 forks source link

The color of the progress bar is changed to gray when the test run is finished in the debugger with Xdebug. #7

Open iteman opened 12 years ago

iteman commented 12 years ago

The color of the progress bar is always changed to gray and the focus is moved to the Console view when the test run is finished.

I think that the cause of this problem is the exit value from the process. The expected exit value is 0 but the actual exit value is 143.