mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 12:57:31 -05:00
tfs: try to get a free xvfb server number
This commit is contained in:
@@ -29,7 +29,7 @@ test -d node_modules || ./scripts/npm.sh install
|
||||
# Unit Tests
|
||||
if [[ "$1" == "--xvfb" ]]; then
|
||||
cd $ROOT ; \
|
||||
xvfb-run "$CODE" test/electron/index.js "$@"
|
||||
xvfb-run -a "$CODE" test/electron/index.js "$@"
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
cd $ROOT ; ulimit -n 4096 ; \
|
||||
"$CODE" \
|
||||
|
||||
Reference in New Issue
Block a user