Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 77d6354

Browse files
committed
Debug test runner issues
1 parent 381ffb5 commit 77d6354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function main() {
1717
// Download VS Code, unzip it and run the integration test
1818
await runTests({ extensionDevelopmentPath, extensionTestsPath , launchArgs: [testWorkspace]});
1919
} catch (err) {
20-
// console.error("Failed to run tests");
20+
console.error("Failed to run tests", err);
2121
process.exit(1);
2222
}
2323
}

0 commit comments

Comments
 (0)