gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: remove -s option again: not need


From: gnunet
Subject: [taler-merchant] branch master updated: remove -s option again: not needed thanks to idempotency
Date: Sat, 31 Oct 2020 09:57:41 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new f1d2ed9  remove -s option again: not needed thanks to idempotency
f1d2ed9 is described below

commit f1d2ed93a76d5542387494711c7e6741bd3dd821
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 31 09:57:39 2020 +0100

    remove -s option again: not needed thanks to idempotency
---
 src/merchant-tools/taler-merchant-benchmark.c | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/src/merchant-tools/taler-merchant-benchmark.c 
b/src/merchant-tools/taler-merchant-benchmark.c
index 684ffdd..b699267 100644
--- a/src/merchant-tools/taler-merchant-benchmark.c
+++ b/src/merchant-tools/taler-merchant-benchmark.c
@@ -112,11 +112,6 @@ static unsigned int payments_number = 1;
  */
 static unsigned int tracks_number = 1;
 
-/**
- * Skip instance creation?
- */
-static int skip_instance = 0;
-
 /**
  * Config filename to give to commands (like wirewatch).
  */
@@ -288,7 +283,7 @@ run (void *cls,
     };
 
     TALER_TESTING_run (is,
-                       &ordinary_commands[skip_instance]);
+                       ordinary_commands);
     return;
   }
 
@@ -375,7 +370,7 @@ run (void *cls,
     };
 
     TALER_TESTING_run (is,
-                       &corner_commands[skip_instance]);
+                       corner_commands);
     return;
   }
 }
@@ -440,10 +435,6 @@ main (int argc,
                                "UN",
                                "will generate UN unaggregated payments, 
defaults to 1",
                                &unaggregated_number),
-    GNUNET_GETOPT_option_flag ('s',
-                               "skip-instance",
-                               "skip creating the backend default instance 
(use if the instance already exists with the backend)",
-                               &skip_instance),
     GNUNET_GETOPT_option_uint ('t',
                                "two-coins",
                                "TC",

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