This commit is contained in:
Christian Grothoff 2023-06-25 00:08:49 +02:00
parent fcd3948f3b
commit e2f44ea7b3
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -2,9 +2,9 @@
# This file is in the public domain. # This file is in the public domain.
set -eu set -eu
echo "Initializing DB" 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" 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" echo "Re-loading procedures"
psql talercheck < procedures.sql psql talercheck < procedures.sql
echo "Test PASSED" echo "Test PASSED"