piece / makegood

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

Send the output to a file instead of Eclipse console #40

Closed tampe125 closed 8 years ago

tampe125 commented 11 years ago

It could be useful if we could send the output to a file, instead of Eclipse console. From commandline you can do something like phpunit > log.txt I know this is a "weird" request, but sometimes you have to apply this workaround to prevent problems with session_start() (actually that's happening with Joomla :( )