gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: exit code


From: gnunet
Subject: [taler-wallet-core] branch master updated: exit code
Date: Fri, 17 Jan 2020 22:01:01 +0100

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 a06b9552 exit code
a06b9552 is described below

commit a06b9552aba103dc8a621e0e0fcc5c58b39aafde
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 22:00:58 2020 +0100

    exit code
---
 src/headless/taler-wallet-cli.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/headless/taler-wallet-cli.ts b/src/headless/taler-wallet-cli.ts
index aad49932..d741d7c9 100644
--- a/src/headless/taler-wallet-cli.ts
+++ b/src/headless/taler-wallet-cli.ts
@@ -439,8 +439,8 @@ testCli
       }).catch(err => {
         console.error("Integration test failed with exception:");
         console.error(err);
+        process.exit(1);
       });
-
       process.exit(0);
     } catch (e) {
       console.error(e);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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