wohali opened a new pull request #456: Count JS test pass/fails; return proper exit code URL: https://github.com/apache/couchdb/pull/456 Currently `test/javascript/run` always returns an exit code of `0`, regardless of whether any tests fail or not. This makes any sort of automated testing that expects to inspect the results of the run invalid. `make javascript` should now properly fail if any of the JS tests fail. It also prints a numerical summary of passed/failed tests, similar to the eunit results. Fixes COUCHDB-3328 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
