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:41:07 UTC

couchdb commit: updated refs/heads/rnewson-wip to 25ed18a

Repository: couchdb
Updated Branches:
  refs/heads/rnewson-wip ff318cef9 -> 25ed18ae0 (forced update)


wip


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

Branch: refs/heads/rnewson-wip
Commit: 25ed18ae0925879d1ddfe946d6ece09ad47cc8fc
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:40:54 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/25ed18ae/run-tests.sh
----------------------------------------------------------------------
diff --git a/run-tests.sh b/run-tests.sh
index f8ab486..7b336d9 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,4 +1,5 @@
 #!/bin/sh -ev
 
 # Eunit/Javascript tests
-make check
+make check || cat dev/logs/*.log
+