summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Leeds <randall@apache.org>2013-01-26 09:05:39 -0800
committerRandall Leeds <randall@apache.org>2013-01-26 09:05:39 -0800
commit93f58e8adcb04555df7da400ed21800cb97ba19c (patch)
treefe78085eb5fd61f31d16b2e0fc8879ccad7365b2
parent67e75c2b31b3f13e45df1314e08f2a407f9a2d1b (diff)
downloadcouchdb-93f58e8adcb04555df7da400ed21800cb97ba19c.tar.gz
also trap SIGINT when running js tests
-rw-r--r--test/javascript/run.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/javascript/run.tpl b/test/javascript/run.tpl
index 783135900..647a29a58 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 \