You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/01/09 18:51:26 UTC

[couchdb] branch master updated (9fd9d15 -> 275e10c)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 9fd9d15  Fix missing parentheses in couchdb.in
     add 8dd8988  Add a JUnit report to JavaScript tests
     add b66f6b4  Include JavaScript test results in report
     add 129183b  Generate test results on build failures
     add 91654ae  Include test reports when uploading logs
     add 2f9501a  Prevent the elision of `jenkins` in log URLs
     add 275e10c  Include JavaScript JUnit reports in Jenkins

No new revisions were added by this update.

Summary of changes:
 .gitignore                     |  1 +
 Makefile                       |  6 ++++
 build-aux/Jenkinsfile.full     | 24 ++++++-------
 build-aux/Jenkinsfile.pr       |  4 +--
 build-aux/logfile-uploader.py  |  5 ++-
 build-aux/show-test-results.py |  3 +-
 test/javascript/run            | 76 +++++++++++++++++++++++++++++++++++++++---
 7 files changed, 99 insertions(+), 20 deletions(-)