Skip to content

Commit 84ccb05

Browse files
committed
fix test launch script
1 parent cd7b12b commit 84ccb05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export VSCODE_DEV=1
3232
if [[ "$OSTYPE" == "darwin"* ]]; then
3333
cd $ROOT ; ulimit -n 4096 ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
3434
"$CODE" \
35-
node_modules/mocha/bin/_mocha $*
35+
node_modules/mocha/bin/_mocha "$@"
3636
else
3737
cd $ROOT ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
3838
"$CODE" \
39-
node_modules/mocha/bin/_mocha $*
39+
node_modules/mocha/bin/_mocha "$@"
4040
fi

0 commit comments

Comments
 (0)