log file location
This commit is contained in:
parent
32755f5475
commit
b4a4a9e292
@ -883,7 +883,7 @@ export function runTest(testMain: (gc: GlobalTestState) => Promise<void>) {
|
|||||||
let ret = 0;
|
let ret = 0;
|
||||||
try {
|
try {
|
||||||
gc = new GlobalTestState({
|
gc = new GlobalTestState({
|
||||||
testDir: fs.mkdtempSync("taler-integrationtest-"),
|
testDir: fs.mkdtempSync(path.join(os.tmpdir(), "taler-integrationtest-")),
|
||||||
});
|
});
|
||||||
updateCurrentSymlink(gc.testDir);
|
updateCurrentSymlink(gc.testDir);
|
||||||
await testMain(gc);
|
await testMain(gc);
|
||||||
|
Loading…
Reference in New Issue
Block a user