gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: logging stdout


From: gnunet
Subject: [taler-wallet-core] branch master updated: logging stdout
Date: Wed, 03 Feb 2021 15:09:40 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 5765c51b logging stdout
5765c51b is described below

commit 5765c51b2ee526e027b740017dff181bb5eccb27
Author: MS <ms@taler.net>
AuthorDate: Wed Feb 3 15:09:13 2021 +0100

    logging stdout
---
 packages/taler-wallet-cli/src/integrationtests/libeufin.ts | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts 
b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
index 8b2ed899..a7aeb0a7 100644
--- a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
@@ -189,21 +189,23 @@ export class LibeufinCli {
   }
 
   async checkSandbox(): Promise<void> {
-    await sh(
+    const stdout = await sh(
       this.globalTestState,
       "libeufin-cli-checksandbox",
       "libeufin-cli sandbox check",
       extendEnv({ LIBEUFIN_SANDBOX_URL: this.cliDetails.sandboxUrl }),
     );
+    console.log(stdout);
   }
 
   async createEbicsHost(hostId: string): Promise<void> {
-    await sh(
+    const stdout = await sh(
       this.globalTestState,
       "libeufin-cli-createebicshost",
       `libeufin-cli sandbox ebicshost create --host-id=${hostId}`,
       extendEnv({ LIBEUFIN_SANDBOX_URL: this.cliDetails.sandboxUrl }),
     );
+    console.log(stdout);
   }
 }
 

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