gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: -skip test if DB does not exist


From: gnunet
Subject: [taler-exchange] 02/02: -skip test if DB does not exist
Date: Wed, 06 Mar 2024 23:54:03 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit e7ef7b6198c99a9675c4cc8413ce6e2f87078fc4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Mar 6 23:53:58 2024 +0100

    -skip test if DB does not exist
---
 src/exchangedb/test_idempotency.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/exchangedb/test_idempotency.sh 
b/src/exchangedb/test_idempotency.sh
index 66f712c1..7314b8c3 100755
--- a/src/exchangedb/test_idempotency.sh
+++ b/src/exchangedb/test_idempotency.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
 # This file is in the public domain.
 set -eu
+psql talercheck < /dev/null || exit 77
 echo "Initializing DB"
 taler-exchange-dbinit -r -c test-exchange-db-postgres.conf
 echo "Re-initializing DB"

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