When debugging complex tests that also output some additional debug info (custom state printouts, library debug output, etc.), it would be beneficial if the cgreen-runner process could configure its stdout as unbuffered (before forking into individual tests).
This could be done either via switch or environment variable.