Make sure mocha exits

This commit is contained in:
Alasdair Smith 2018-02-23 17:16:46 +00:00
parent 22b8c114a2
commit e6f624c7a0

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e;
MOCHA="node_modules/.bin/mocha --recursive --reporter spec"
MOCHA="node_modules/.bin/mocha --exit --recursive --reporter spec"
$MOCHA "$@" test/unit/js