提交 467190b6 编写于 作者: J Joao

smoke: fix darwin timing

上级 c2ae8678
......@@ -21,7 +21,10 @@ step "Install distro dependencies" \
step "Build minified & upload source maps" \
npm run gulp -- vscode-darwin-min
function runSmokeTest {
cd $BUILD_SOURCESDIRECTORY/test/smoke && \
./node_modules/.bin/mocha --build "$AGENT_BUILDDIRECTORY/VSCode-darwin/Visual Studio Code - Insiders.app/Contents/MacOS/Electron" --screenshot
}
step "Run smoke test" \
pushd test/smoke
./node_modules/.bin/mocha --build "$AGENT_BUILDDIRECTORY/VSCode-darwin/Visual Studio Code - Insiders.app/Contents/MacOS/Electron" --screenshot
popd
\ No newline at end of file
runSmokeTest
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册