You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2019/05/24 08:21:04 UTC

[couchdb] branch jenkins-fixup-eunittest updated: use rebar timeout

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

jiangphcn pushed a commit to branch jenkins-fixup-eunittest
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-fixup-eunittest by this push:
     new 721adff  use rebar timeout
721adff is described below

commit 721adff5b9f9cee71f76a148a0b7b7b6aca73401
Author: jiangph <ji...@cn.ibm.com>
AuthorDate: Fri May 24 16:20:38 2019 +0800

    use rebar timeout
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index bcd7619..4aa2bec 100755
--- a/configure
+++ b/configure
@@ -218,6 +218,7 @@ install_local_rebar() {
     if [ ! -x "${rootdir}/bin/rebar" ]; then
         if [ ! -d "${rootdir}/src/rebar" ]; then
             git clone --depth 1 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
+            git checkout eunit-timeout
         fi
         make -C ${rootdir}/src/rebar
         mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar