You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/08/01 12:10:13 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: Run the full suite on freebsd

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

kocolosk pushed a commit to branch jenkins-junit-reports-and-jenkins-env
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-junit-reports-and-jenkins-env by this push:
     new 2d0d757  Run the full suite on freebsd
2d0d757 is described below

commit 2d0d75731110fdb6ca83363ba7db6dae8113a344
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Thu Aug 1 08:09:54 2019 -0400

    Run the full suite on freebsd
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c164c60..c3fa950 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -150,7 +150,7 @@ pipeline {
                 tar -xf $WORKSPACE/apache-couchdb-*.tar.gz
                 cd apache-couchdb-*
                 ./configure --with-curl
-                gmake eunit apps=couch || (build-aux/logfile-uploader.py && false)
+                gmake eunit || (build-aux/logfile-uploader.py && false)
 
                 find . -name "*.xml"