output test directory at the beginning
This commit is contained in:
parent
5ab2e235c0
commit
4525942777
@ -914,6 +914,7 @@ export function runTest(testMain: (gc: GlobalTestState) => Promise<void>) {
|
||||
),
|
||||
});
|
||||
updateCurrentSymlink(gc.testDir);
|
||||
console.log("running test in directory", gc.testDir);
|
||||
await testMain(gc);
|
||||
} catch (e) {
|
||||
console.error("FATAL: test failed with exception", e);
|
||||
|
Loading…
Reference in New Issue
Block a user