smoke: log main and renderer processes

This commit is contained in:
Joao Moreno
2017-10-06 11:06:49 +02:00
parent 3a399200f2
commit 4756d8d980
6 changed files with 63 additions and 21 deletions
+2 -2
View File
@@ -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';