mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
Merge pull request #26 from bretttrotter-uar/test-exit-status
exit with appropriate status code
This commit is contained in:
commit
21a5c788e1
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…
Add table
Reference in a new issue