ryankee / concrete

Simple continuous integration server written with NodeJS and CoffeeScript
http://ryankee.github.com/concrete
MIT License
494 stars 96 forks source link

Changed to use the stdout instead of error. Error only has the status c... #16

Closed cgarvis closed 12 years ago

cgarvis commented 12 years ago

...ode and the signal. Testing framework will output to stdout and that is what you want anyways.

ryankee commented 12 years ago

You mind making the change in the src/runner.coffee file instead? All the JS is compiled with the cakefile.

cgarvis commented 12 years ago

I just checked the src/runner.coffee and it seems that the generated js is out dated. The coffee version pushes stdout, stderr, and error to the log. So just regenerate the js on your end and it should fix this issue i have.