gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 02/02: log file location


From: gnunet
Subject: [taler-wallet-core] 02/02: log file location
Date: Fri, 07 Aug 2020 08:06:41 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

commit b4a4a9e292277d88fc0faeeaa693bbdbdb0998c4
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Fri Aug 7 11:36:18 2020 +0530

    log file location
---
 packages/taler-integrationtests/src/harness.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-integrationtests/src/harness.ts 
b/packages/taler-integrationtests/src/harness.ts
index 3a652e29..8a2436a4 100644
--- a/packages/taler-integrationtests/src/harness.ts
+++ b/packages/taler-integrationtests/src/harness.ts
@@ -883,7 +883,7 @@ export function runTest(testMain: (gc: GlobalTestState) => 
Promise<void>) {
     let ret = 0;
     try {
       gc = new GlobalTestState({
-        testDir: fs.mkdtempSync("taler-integrationtest-"),
+        testDir: fs.mkdtempSync(path.join(os.tmpdir(), 
"taler-integrationtest-")),
       });
       updateCurrentSymlink(gc.testDir);
       await testMain(gc);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]