Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A5536EFD3 for ; Sat, 2 Feb 2013 15:32:25 +0000 (UTC) Received: (qmail 58380 invoked by uid 500); 2 Feb 2013 15:32:23 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 57997 invoked by uid 500); 2 Feb 2013 15:32:22 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 57181 invoked by uid 99); 2 Feb 2013 15:32:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2013 15:32:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 40B06829449; Sat, 2 Feb 2013 15:32:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jhs@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/20] git commit: also trap SIGINT when running js tests Message-Id: <20130202153219.40B06829449@tyr.zones.apache.org> Date: Sat, 2 Feb 2013 15:32:19 +0000 (UTC) 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/93f58e8a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/93f58e8a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/93f58e8a Branch: refs/heads/console_log Commit: 93f58e8adcb04555df7da400ed21800cb97ba19c Parents: 67e75c2 Author: Randall Leeds Authored: Sat Jan 26 09:05:39 2013 -0800 Committer: Randall Leeds Committed: Sat Jan 26 09:05:39 2013 -0800 ---------------------------------------------------------------------- test/javascript/run.tpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/93f58e8a/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 \