gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix twisted test.


From: gnunet
Subject: [taler-exchange] branch master updated: fix twisted test.
Date: Fri, 17 Jan 2020 12:43:33 +0100

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 153dcdbc fix twisted test.
153dcdbc is described below

commit 153dcdbc61a7abcee03947ff5bef89b21b2e8440
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 17 12:43:11 2020 +0100

    fix twisted test.
---
 src/lib/test_bank_api_twisted.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/lib/test_bank_api_twisted.c b/src/lib/test_bank_api_twisted.c
index f30b8b1d..264a1b72 100644
--- a/src/lib/test_bank_api_twisted.c
+++ b/src/lib/test_bank_api_twisted.c
@@ -83,6 +83,12 @@ static void
 run (void *cls,
      struct TALER_TESTING_Interpreter *is)
 {
+
+  GNUNET_asprintf (&twisted_account_url,
+                   "%s%s/",
+                   twister_url,
+                   "alice");
+
   struct TALER_TESTING_Command commands[] = {
     /**
      * Can't use the "wait service" CMD here because the
@@ -98,10 +104,6 @@ run (void *cls,
     TALER_TESTING_cmd_end ()
   };
 
-  GNUNET_asprintf (&twisted_account_url,
-                   "%s/%s",
-                   twister_url,
-                   "alice");
   if (GNUNET_YES == with_fakebank)
     TALER_TESTING_run_with_fakebank (is,
                                      commands,

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



reply via email to

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