You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by we...@apache.org on 2013/04/10 03:52:58 UTC

[6/6] git commit: updated refs/heads/1.3.x to 5e64395

Stop couchdb test server instance after javascript tests complete.


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

Branch: refs/heads/1.3.x
Commit: 5e64395e08101ac090d338e9b8a9e468fd886145
Parents: 37341af
Author: Wendall Cada <we...@apache.org>
Authored: Tue Apr 9 18:48:08 2013 -0700
Committer: Wendall Cada <we...@apache.org>
Committed: Tue Apr 9 18:48:23 2013 -0700

----------------------------------------------------------------------
 test/javascript/run.tpl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5e64395e/test/javascript/run.tpl
----------------------------------------------------------------------
diff --git a/test/javascript/run.tpl b/test/javascript/run.tpl
index 5b1e075..3736bec 100644
--- a/test/javascript/run.tpl
+++ b/test/javascript/run.tpl
@@ -118,5 +118,6 @@ else
     fi
 fi
 
+stop
 trap - 0
 exit $RESULT