mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 22:45:57 -05:00
linux smoke
This commit is contained in:
@@ -34,10 +34,7 @@ function configureEnvironment {
|
||||
}
|
||||
|
||||
function runTest {
|
||||
pushd test/smoke
|
||||
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
|
||||
cd test/smoke && npm run mocha -- --build "$AGENT_BUILDDIRECTORY/VSCode-linux-ia32/code-insiders"
|
||||
}
|
||||
|
||||
step "Configure environment" configureEnvironment
|
||||
|
||||
Reference in New Issue
Block a user