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 2019/12/19 16:26:35 UTC

[couchdb] branch run-show-test-results-on-error created (now 45a56cb)

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

davisp pushed a change to branch run-show-test-results-on-error
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 45a56cb  Log test failures on Travis

This branch includes the following new commits:

     new 45a56cb  Log test failures on Travis

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Log test failures on Travis

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch run-show-test-results-on-error
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 45a56cbf31487c50dd4afaeb43c26bd177413c2e
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Thu Dec 19 10:25:36 2019 -0600

    Log test failures on Travis
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 0e1a54a..2423fca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,7 @@ script:
    - make check
 
 after_failure:
+  - build-aux/show-test-results.py
   - build-aux/logfile-uploader.py
 
 # start a push build on master and release branches + PRs build on every branch