Skip to content

Commit

Permalink
fix osx file limit issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 16, 2015
1 parent 1bdaaae commit b2c4ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
fi

if [[ "$OSTYPE" == "darwin"* ]]; then
cd $ROOT ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
cd $ROOT ; ulimit -n 4096 ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
../Electron-Build/Electron.app/Contents/MacOS/Electron \
node_modules/mocha/bin/_mocha $*
else
Expand Down

0 comments on commit b2c4ad0

Please sign in to comment.