tonysun83 opened a new pull request #889: Ignore javascript test suites URL: https://github.com/apache/couchdb/pull/889 ## Overview This PR enhances allows developers to ignore javascript test suites with the new option ignore_js_suites. Example usage: make javascript ignore_js_suites="all_docs basics" make javascript suites="all_docs basics view_errors" ignore_js_suites= "view_errors" The second example is redundant but the functionality works. <!-- Please give a short brief for the pull request, what problem it solves or how it makes things better. --> ## Testing recommendations Try variations of make javascript with suites= and ignore_js_suites= ## Related Issues or Pull Requests The issue is this PR ## Checklist - [X] Code is written and works correctly; - [X] Changes are covered by tests; - [ ] Documentation reflects the changes; ---------------------------------------------------------------- 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
