ianlewis / phantomjs-qunit

A phantomjs QUnit test runner supporting, JUnit, TAP, and console output.
12 stars 3 forks source link

ensure the exit status reflects test results... 0 for pass #2

Closed patmooney closed 4 years ago

patmooney commented 11 years ago

Phantom should exit reflecting the failure status of the tests carried out. message.data seems to be a typo for message.details in this instance and in my tests. Either this or message.data should contain the result of cb(message.details)?