Relative file match (#24074)

This commit is contained in:
Christof Marti
2017-09-12 21:51:34 -07:00
parent 783df422b9
commit 3307e76f76
3 changed files with 40 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ test -d node_modules || ./scripts/npm.sh install
(test -f "$CODE" && [ $INTENDED_VERSION == $INSTALLED_VERSION ]) || ./node_modules/.bin/gulp electron
# Unit Tests
export ELECTRON_ENABLE_LOGGING=1
if [[ "$OSTYPE" == "darwin"* ]]; then
cd $ROOT ; ulimit -n 4096 ; \
"$CODE" \