fix osx file limit issue in tests

This commit is contained in:
Joao Moreno 2015-11-16 10:59:42 +01:00
parent 1bdaaaea40
commit b2c4ad0562

View file

@ -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