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:
parent
f05a4784fd
commit
0b286d1fe3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue