commit e7ef7b6198c99a9675c4cc8413ce6e2f87078fc4
parent 576f322c8ab51377bd9100e7cd6c5364e6f13766
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 6 Mar 2024 23:53:58 +0100
-skip test if DB does not exist
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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"