mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
smoke: log main and renderer processes
This commit is contained in:
@@ -21,12 +21,12 @@ const opts = minimist(args, {
|
||||
string: [
|
||||
'build',
|
||||
'stable-build',
|
||||
'debug',
|
||||
'log',
|
||||
'wait-time'
|
||||
]
|
||||
});
|
||||
|
||||
process.env.ARTIFACTS_DIR = opts.debug || '';
|
||||
process.env.ARTIFACTS_DIR = opts.log || '';
|
||||
|
||||
const workspacePath = path.join(testDataPath, 'smoketest.code-workspace');
|
||||
const testRepoUrl = 'https://github.com/Microsoft/vscode-smoketest-express';
|
||||
|
||||
Reference in New Issue
Block a user