gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 03/04: do not show -v option twice in -h


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 03/04: do not show -v option twice in -h
Date: Sun, 11 Jun 2017 11:57:51 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 0ef7116ecf6b772ecbcc489e2b96078d338fe9c7
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jun 11 11:51:55 2017 +0200

    do not show -v option twice in -h
---
 src/exchange/taler-exchange-wirewatch.c      |  1 -
 src/exchange/test_taler_exchange_wirewatch.c | 22 +++++++++++++---------
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index aee3083..a300921 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -389,7 +389,6 @@ main (int argc,
                                 "PLUGINNAME",
                                 "which wire plugin to use",
                                 &type),
-    GNUNET_GETOPT_option_version (VERSION "-" VCS_VERSION),
     GNUNET_GETOPT_OPTION_END
   };
 
diff --git a/src/exchange/test_taler_exchange_wirewatch.c 
b/src/exchange/test_taler_exchange_wirewatch.c
index ea6f37d..2b13cf8 100644
--- a/src/exchange/test_taler_exchange_wirewatch.c
+++ b/src/exchange/test_taler_exchange_wirewatch.c
@@ -485,7 +485,7 @@ interpreter (void *cls)
                                  "taler-exchange-wirewatch",
                                  "taler-exchange-wirewatch",
                                  "-c", config_filename,
-                                 "-t", /* enable temporary tables */
+                                 "-t", "test",
                                  NULL);
     if (NULL == cmd->details.wirewatch.wirewatch_proc)
     {
@@ -555,19 +555,25 @@ run (void *cls)
   static struct Command commands[] = {
     /* test running with empty DB */
     {
+      .opcode = OPCODE_EXPECT_TRANSFERS_EMPTY,
+      .label = "expect-empty-transactions-on-start"
+    },
+    {
       .opcode = OPCODE_RUN_AGGREGATOR,
-      .label = "run-aggregator-on-empty-db"
+      .label = "run-aggregator-on-empty"
+    },
+    {
+      .opcode = OPCODE_RUN_WIREWATCH,
+      .label = "run-wirewatch-on-empty"
     },
     {
       .opcode = OPCODE_EXPECT_TRANSFERS_EMPTY,
-      .label = "expect-empty-transactions-on-start"
+      .label = "expect-empty-transactions-after-dry-run"
     },
-
     {
-      .opcode = OPCODE_RUN_AGGREGATOR,
-      .label = "run-aggregator-deposit-1"
+      .opcode = OPCODE_TERMINATE_SUCCESS,
+      .label = "testcase-complete-terminating-with-success"
     },
-
     {
       .opcode = OPCODE_EXPECT_TRANSFER,
       .label = "expect-deposit-1",
@@ -576,12 +582,10 @@ run (void *cls)
       .details.expect_transfer.exchange_base_url = 
"https://exchange.taler.net/";,
       .details.expect_transfer.amount = "EUR:0.89"
     },
-
     {
       .opcode = OPCODE_EXPECT_TRANSFERS_EMPTY,
       .label = "expect-empty-transactions-on-start"
     },
-
     {
       .opcode = OPCODE_TERMINATE_SUCCESS,
       .label = "testcase-complete-terminating-with-success"

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



reply via email to

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