You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/10/06 19:32:38 UTC

couchdb commit: updated refs/heads/rnewson-wip to ff318ce

Repository: couchdb
Updated Branches:
  refs/heads/rnewson-wip [created] ff318cef9


wip


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ff318cef
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ff318cef
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ff318cef

Branch: refs/heads/rnewson-wip
Commit: ff318cef92a298e734e3633da69060ec8164eda9
Parents: 33c66a0
Author: Robert Newson <rn...@apache.org>
Authored: Tue Oct 6 18:32:23 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Oct 6 18:32:23 2015 +0100

----------------------------------------------------------------------
 run-tests.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ff318cef/run-tests.sh
----------------------------------------------------------------------
diff --git a/run-tests.sh b/run-tests.sh
index f8ab486..e313c18 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,4 +1,5 @@
 #!/bin/sh -ev
 
 # Eunit/Javascript tests
-make check
+make check || find . -name '*.log'
+