Skip to content

Commit 555900b

Browse files
committed
tfs: call xvfb-run in linux smoke test
1 parent e7f7f42 commit 555900b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/tfs/linux/smoketest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ step "Run smoke test" \
3232
pushd test/smoke
3333
npm install
3434
npm run compile
35-
node src/main.js --latest "$AGENT_BUILDDIRECTORY/VSCode-linux-ia32/code-insiders"
35+
xvfb-run -a node src/main.js --latest "$AGENT_BUILDDIRECTORY/VSCode-linux-ia32/code-insiders"
3636
popd

0 commit comments

Comments
 (0)