This commit is contained in:
Christian Grothoff 2023-06-03 13:01:12 +02:00
parent f8fd492e9e
commit 8f2c2766a4
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -7,4 +7,5 @@ echo "Re-initializing DB"
taler-exchange-dbinit test-exchange-db-postgres.conf taler-exchange-dbinit test-exchange-db-postgres.conf
echo "Re-loading procedures" echo "Re-loading procedures"
psql talercheck < procedures.sql psql talercheck < procedures.sql
echo "Test PASSED"
exit 0 exit 0