gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: linger only in normal shutdow


From: gnunet
Subject: [taler-wallet-core] branch master updated: linger only in normal shutdown
Date: Fri, 07 Aug 2020 08:48:23 +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 75b88c20 linger only in normal shutdown
75b88c20 is described below

commit 75b88c209e2b6e581407bcf234e0a5ed832001f8
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Fri Aug 7 12:18:17 2020 +0530

    linger only in normal shutdown
---
 packages/taler-integrationtests/src/harness.ts | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/taler-integrationtests/src/harness.ts 
b/packages/taler-integrationtests/src/harness.ts
index 02bb8143..ea66ea35 100644
--- a/packages/taler-integrationtests/src/harness.ts
+++ b/packages/taler-integrationtests/src/harness.ts
@@ -265,11 +265,6 @@ export class GlobalTestState {
   }
 
   private shutdownSync(): void {
-    if (shouldLingerAlways()) {
-      console.log("*** test finished, but requested to linger");
-      console.log("*** test state can be found under", this.testDir);
-      return;
-    }
     for (const s of this.servers) {
       s.close();
       s.removeAllListeners();
@@ -319,6 +314,11 @@ export class GlobalTestState {
     }
     this.inShutdown = true;
     console.log("shutting down");
+    if (shouldLingerAlways()) {
+      console.log("*** test finished, but requested to linger");
+      console.log("*** test state can be found under", this.testDir);
+      return;
+    }
     for (const s of this.servers) {
       s.close();
       s.removeAllListeners();

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