mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
test-electron: print test failure to window console too
This commit is contained in:
@@ -104,6 +104,8 @@ function runTests(opts) {
|
||||
title: test.fullTitle(),
|
||||
stack: test.err.stack
|
||||
});
|
||||
console.error(test.fullTitle());
|
||||
console.error(test.err.stack);
|
||||
});
|
||||
|
||||
runner.on('pass', function () {
|
||||
|
||||
Reference in New Issue
Block a user