0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

exit with appropriate status code

This commit is contained in:
Brett Trotter 2013-12-10 14:03:48 -06:00
parent f05a4784fd
commit 0b286d1fe3

View file

@ -5,5 +5,6 @@ PATH='../node_modules/.bin':$PATH
TESTDIR=$(dirname $0)
cd $TESTDIR
mocha -R list --ui exports ./tests.js ./no_proxy.js
TESTRES=$?
cd $CWD
exit $TESTRES