I have logged an issue [1] to CLI about the build/run scripts not showing error messages or verbose output when running on Windows 8 (as a host platform).
The child stdout and stderr events are never called. It does work properly on win 7. I tried reverting to exec from spawn and also implementing something like this [2] to attempt to flush out the streams before exiting the process. Any thoughts about where to look next would be appreciated. [1] https://issues.apache.org/jira/browse/CB-5258 [2] https://github.com/brzpegasus/testem/blob/3058fb25e4b1f5e5b6b206d19e36718446589b60/lib/process_utils.js
