提交 d185c319 编写于 作者: B Benjamin Pasero

smoke test: only run multi root test against insiders edition

上级 53f0675a
......@@ -48,7 +48,7 @@ if (program.stable) {
process.env.VSCODE_STABLE_PATH = program.stable;
}
process.env.SMOKETEST_REPO = testRepoLocalDir;
if (program.stable && program.stable.toLowerCase().startsWith('insiders')) {
if (program.latest && program.latest.indexOf('Code - Insiders') >= 0) {
process.env.VSCODE_EDITION = 'insiders';
}
process.env.VSCODE_WORKSPACE_PATH = codeWorkspace;
......
......@@ -34,5 +34,7 @@ describe('Smoke Test Suite', () => {
testTasks();
testExtensions();
testLocalization();
testMultiRoot();
if (process.env.VSCODE_EDITION === 'insiders') {
testMultiRoot(); // only enabled in insiders
}
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册