Pass screen resolution argument correctly.

This commit is contained in:
Michel Kaporin
2017-06-15 10:57:40 +02:00
parent 3c0bb6678d
commit b46e41cb36
+1 -1
View File
@@ -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