mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Pass screen resolution argument correctly.
This commit is contained in:
@@ -29,5 +29,5 @@ step "Run smoke test" \
|
||||
pushd test/smoke
|
||||
npm install
|
||||
npm run compile
|
||||
xvfb-run -a -s="-screen 0 1024x768x8" node src/main.js --latest "$AGENT_BUILDDIRECTORY/VSCode-linux-ia32/code-insiders"
|
||||
xvfb-run -a -s "-screen 0 1024x768x8" node src/main.js --latest "$AGENT_BUILDDIRECTORY/VSCode-linux-ia32/code-insiders"
|
||||
popd
|
||||
Reference in New Issue
Block a user