mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 22:43:19 -05:00
Relative file match (#24074)
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user