提交 7eeccd22 编写于 作者: J Joao

linux smoke

上级 4c65979d
...@@ -34,10 +34,7 @@ function configureEnvironment { ...@@ -34,10 +34,7 @@ function configureEnvironment {
} }
function runTest { function runTest {
pushd test/smoke cd test/smoke && npm run mocha -- --build "$AGENT_BUILDDIRECTORY/VSCode-linux-ia32/code-insiders"
npm install
sudo -u testuser -H xvfb-run -a -s "-screen 0 1024x768x8" npm run smoketest -- --build "$AGENT_BUILDDIRECTORY/VSCode-linux-ia32/code-insiders"
popd
} }
step "Configure environment" configureEnvironment step "Configure environment" configureEnvironment
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册