GitHub user wohali opened a pull request:

    https://github.com/apache/couchdb/pull/456

    Count JS test pass/fails; return proper exit code

    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


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wohali/couchdb 3328-fix-js-test-runner

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/456.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #456
    
----
commit fe16873de170f08beae90116fc5e0126eb22cf43
Author: Joan Touzet <[email protected]>
Date:   2017-03-17T23:08:33Z

    Count JS test pass/fails; return proper exit code

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to