updated node debugger usage command in test (#7376) [skip ci]

This commit is contained in:
Raja Sekar 2018-02-13 21:47:19 +05:30 committed by Henry Zhu
parent 4d164bd8e6
commit 6aed8e944f

View File

@ -8,7 +8,7 @@ fi
node="node"
if [ "$TEST_DEBUG" ]; then
node="node --inspect --debug-brk"
node="node --inspect-brk"
fi
$node node_modules/mocha/bin/_mocha `scripts/_get-test-directories.sh` --opts test/mocha.opts --grep "$TEST_GREP"