gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/02: Configure Sandbox before tests


From: gnunet
Subject: [taler-wallet-core] 02/02: Configure Sandbox before tests
Date: Tue, 27 Jul 2021 07:27:26 +0200

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

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

commit 375b3af7e8f71b84baafb9eb261697294ac5b9eb
Author: ms <ms@taler.net>
AuthorDate: Tue Jul 27 07:26:57 2021 +0200

    Configure Sandbox before tests
---
 packages/taler-wallet-cli/src/integrationtests/libeufin.ts | 9 +++++++++
 1 file changed, 9 insertions(+)

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]