Run smoke test build in higher screen resolution.

This commit is contained in:
Michel Kaporin
2017-06-15 09:51:40 +02:00
parent 0e582fc66d
commit e5e00d71d6

View File

@@ -29,5 +29,5 @@ step "Run smoke test" \
pushd test/smoke
npm install
npm run compile
xvfb-run -a 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