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 2014/02/05 15:35:06 UTC

[6/6] couchdb commit: updated refs/heads/1843-feature-bigcouch-multi-repo to 3069c01

Don't stop running tests on the first failure


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

Branch: refs/heads/1843-feature-bigcouch-multi-repo
Commit: 3069c0134ef8e8eb416035d1ca2b7018f82e7b88
Parents: 0bb58f5
Author: Paul J. Davis <pa...@gmail.com>
Authored: Tue Feb 4 22:19:41 2014 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Wed Feb 5 08:34:53 2014 -0600

----------------------------------------------------------------------
 test/javascript/cli_runner.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3069c013/test/javascript/cli_runner.js
----------------------------------------------------------------------
diff --git a/test/javascript/cli_runner.js b/test/javascript/cli_runner.js
index e8ebd2e..da2eed0 100644
--- a/test/javascript/cli_runner.js
+++ b/test/javascript/cli_runner.js
@@ -38,7 +38,6 @@ function runTest() {
   } catch(e) {
     console.log("FAIL\nReason: " + e.message);
     fmtStack(e.stack);
-    quit(1);
   }
 }