Updated Branches: refs/heads/1.3.x b20473602 -> 6b560f7e3 refs/heads/master 67e75c2b3 -> 93f58e8ad
also trap SIGINT when running js tests Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6b560f7e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6b560f7e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6b560f7e Branch: refs/heads/1.3.x Commit: 6b560f7e3a9ed2fecb8cde2ea17f77c9e2d924f2 Parents: b204736 Author: Randall Leeds <[email protected]> Authored: Sat Jan 26 09:05:39 2013 -0800 Committer: Randall Leeds <[email protected]> Committed: Sat Jan 26 09:06:13 2013 -0800 ---------------------------------------------------------------------- test/javascript/run.tpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/6b560f7e/test/javascript/run.tpl ---------------------------------------------------------------------- diff --git a/test/javascript/run.tpl b/test/javascript/run.tpl index 7831359..647a29a 100644 --- a/test/javascript/run.tpl +++ b/test/javascript/run.tpl @@ -54,7 +54,7 @@ abort() { # start CouchDB if [ -z $COUCHDB_NO_START ]; then $MAKE dev - trap 'abort' EXIT + trap 'abort' EXIT INT ./utils/run -b -r 1 -n \ -a $BUILD_DIR/etc/couchdb/default_dev.ini \ -a $SRC_DIR/test/random_port.ini \
