gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix test


From: gnunet
Subject: [taler-exchange] branch master updated: fix test
Date: Sun, 25 Jun 2023 00:08:52 +0200

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 e2f44ea7 fix test
e2f44ea7 is described below

commit e2f44ea7b3b745ae349a69ac45b3217dc44dd43a
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jun 25 00:08:49 2023 +0200

    fix test
---
 src/exchangedb/test_idempotency.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/test_idempotency.sh 
b/src/exchangedb/test_idempotency.sh
index 6ab5d133..66f712c1 100755
--- a/src/exchangedb/test_idempotency.sh
+++ b/src/exchangedb/test_idempotency.sh
@@ -2,9 +2,9 @@
 # This file is in the public domain.
 set -eu
 echo "Initializing DB"
-taler-exchange-dbinit -r test-exchange-db-postgres.conf
+taler-exchange-dbinit -r -c test-exchange-db-postgres.conf
 echo "Re-initializing DB"
-taler-exchange-dbinit test-exchange-db-postgres.conf
+taler-exchange-dbinit -c test-exchange-db-postgres.conf
 echo "Re-loading procedures"
 psql talercheck < procedures.sql
 echo "Test PASSED"

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