output test directory at the beginning

This commit is contained in:
Florian Dold 2020-08-07 13:24:55 +05:30
parent 5ab2e235c0
commit 4525942777
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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);