piece / makegood

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

PHP Parse error in testrunner.php #43

Closed friveraz closed 11 years ago

friveraz commented 11 years ago

When I try to run Tests I get this error in the console:

PHP Parse error: syntax error, unexpected '}' in /Applications/eclipse/plugins/com.piece_framework.makegood.stagehandtestrunner_2.4.1.v201303271518/resources/php/bin/testrunner.php on line 53

OS: Mac OS X 10.8 Eclipse Version: Kepler Release Build id: 20130614-0229 PDT v. 3.2.0.20130605... Xdebug v2.2.2

iteman commented 11 years ago

Your testrunner.php seems to be broken for any reason. Replace it with https://github.com/piece/makegood/blob/80eb4bf2efbebd4aa7cf37abc5edeb4bf57d39c5/com.piece_framework.makegood.stagehandtestrunner/resources/php/bin/testrunner.php.

friveraz commented 11 years ago

Thanks. That seemed to have fixed it.