remove open command from test-cov

This commit is contained in:
Sebastian McKenzie
2015-11-09 18:11:13 -08:00
parent 837091e3e9
commit 8b424452a2

View File

@@ -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