gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix test setup invo


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix test setup invocation
Date: Sun, 19 Aug 2018 11:43:04 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1541f2c2 fix test setup invocation
1541f2c2 is described below

commit 1541f2c2d69dc1e18ba6dc5b36fda412010ae3f4
Author: Florian Dold <address@hidden>
AuthorDate: Sun Aug 19 11:41:58 2018 +0200

    fix test setup invocation
---
 src/bank-lib/test_bank_api_new.c               | 3 ++-
 src/bank-lib/test_bank_api_with_fakebank_new.c | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/test_bank_api_new.c b/src/bank-lib/test_bank_api_new.c
index 513b4aa8..dcebeb71 100644
--- a/src/bank-lib/test_bank_api_new.c
+++ b/src/bank-lib/test_bank_api_new.c
@@ -170,7 +170,8 @@ main(int argc,
   ret = TALER_TESTING_setup (&run,
                              NULL,
                              CONFIG_FILE,
-                             NULL); // means no exchange.
+                             NULL,
+                             GNUNET_NO); // means no exchange.
 
   GNUNET_OS_process_kill (bankd, SIGKILL); 
   GNUNET_OS_process_wait (bankd); 
diff --git a/src/bank-lib/test_bank_api_with_fakebank_new.c 
b/src/bank-lib/test_bank_api_with_fakebank_new.c
index 002010b2..22ed30a5 100644
--- a/src/bank-lib/test_bank_api_with_fakebank_new.c
+++ b/src/bank-lib/test_bank_api_with_fakebank_new.c
@@ -217,7 +217,8 @@ main (int argc,
   return (GNUNET_OK == TALER_TESTING_setup (&run,
                                             NULL,
                                             CONFIG_FILE,
-                                            NULL)) ? 0 : 1;
+                                            NULL,
+                                            GNUNET_NO)) ? 0 : 1;
 }
 
 

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



reply via email to

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