From e7ef7b6198c99a9675c4cc8413ce6e2f87078fc4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Mar 2024 23:53:58 +0100 Subject: -skip test if DB does not exist --- src/exchangedb/test_idempotency.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exchangedb') diff --git a/src/exchangedb/test_idempotency.sh b/src/exchangedb/test_idempotency.sh index 66f712c1c..7314b8c3f 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" -- cgit v1.2.3