[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: adjust tests to auditor changes
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: adjust tests to auditor changes |
Date: |
Sat, 21 Mar 2020 17:37:09 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 5ddedeed adjust tests to auditor changes
5ddedeed is described below
commit 5ddedeeded272ab8682656644f48d81a67925d42
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 21 17:37:06 2020 +0100
adjust tests to auditor changes
---
src/testing/testing_api_helpers_exchange.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/testing_api_helpers_exchange.c
b/src/testing/testing_api_helpers_exchange.c
index 56f8bd54..8da7a618 100644
--- a/src/testing/testing_api_helpers_exchange.c
+++ b/src/testing/testing_api_helpers_exchange.c
@@ -290,7 +290,7 @@ TALER_TESTING_exchange_db_reset (const char
*config_filename)
/**
- * Run `taler-auditor-dbinit -r` (reset auditor database).
+ * Run `taler-auditor-dbinit -R` (reset auditor database).
*
* @param config_filename configuration file to use
* @return #GNUNET_OK on success
@@ -308,7 +308,7 @@ TALER_TESTING_auditor_db_reset (const char *config_filename)
"taler-auditor-dbinit",
"taler-auditor-dbinit",
"-c", config_filename,
- "-r",
+ "-R",
NULL);
if (NULL == proc)
{
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: adjust tests to auditor changes,
gnunet <=