From 8b424452a23f0f1d742b6a3ca5fe8964373a761f Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 9 Nov 2015 18:11:13 -0800 Subject: [PATCH] remove open command from test-cov --- scripts/test-cov.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/test-cov.sh b/scripts/test-cov.sh index e4ea114390..033f40dbc7 100755 --- a/scripts/test-cov.sh +++ b/scripts/test-cov.sh @@ -2,4 +2,3 @@ set -e node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- `scripts/_get-test-directories.sh` --opts test/mocha.opts -test -n "`which open`" && open coverage/lcov-report/index.html