gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (44551245 -> 375b3af7)


From: gnunet
Subject: [taler-wallet-core] branch master updated (44551245 -> 375b3af7)
Date: Tue, 27 Jul 2021 07:27:24 +0200

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

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

    from 44551245 i18n
     new a4bfce6e Debian packaging deps (Node)
     new 375b3af7 Configure Sandbox before tests

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/taler-wallet-cli/debian/control                   | 3 ++-
 packages/taler-wallet-cli/src/integrationtests/libeufin.ts | 9 +++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/debian/control 
b/packages/taler-wallet-cli/debian/control
index ff25b5a5..38b2f487 100644
--- a/packages/taler-wallet-cli/debian/control
+++ b/packages/taler-wallet-cli/debian/control
@@ -10,6 +10,7 @@ Homepage: https://taler.net/
 
 Package: taler-wallet-cli
 Architecture: all
-Depends: nodejs (>= 12) | ${misc:Depends}
+Depends: nodejs,
+         ${misc:Depends}
 Recommends:
 Description: Software package to test Taler installations.
diff --git a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts 
b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
index eb501f57..867de706 100644
--- a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
@@ -201,6 +201,15 @@ export class LibeufinSandboxService implements 
LibeufinSandboxServiceInterface {
   }
 
   async start(): Promise<void> {
+    const stdout = await sh(
+      this.globalTestState,
+      "libeufin-sandbox-config",
+      "libeufin-sandbox config localhost",
+      {
+        ...process.env,
+        LIBEUFIN_SANDBOX_DB_CONNECTION: this.sandboxConfig.databaseJdbcUri,
+      },
+    );
     this.sandboxProc = this.globalTestState.spawnService(
       "libeufin-sandbox",
       ["serve", "--port", `${this.sandboxConfig.httpPort}`],

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