gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: always terminate properly


From: gnunet
Subject: [taler-wallet-core] branch master updated: always terminate properly
Date: Thu, 06 Aug 2020 14:02:57 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new ac438906 always terminate properly
ac438906 is described below

commit ac438906e9531019a8c94274ffa2450201252850
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 6 17:32:52 2020 +0530

    always terminate properly
---
 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 a96e68ba..2fa349d8 100644
--- a/packages/taler-integrationtests/src/harness.ts
+++ b/packages/taler-integrationtests/src/harness.ts
@@ -876,8 +876,8 @@ export function runTest(testMain: (gc: GlobalTestState) => 
Promise<void>) {
     try {
       await testMain(gc);
     } finally {
+      await gc.terminate();
       if (process.env["TALER_TEST_KEEP"] !== "1") {
-        await gc.terminate();
         console.log("test logs and config can be found under", gc.testDir);
       }
     }

-- 
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]