fix test
This commit is contained in:
parent
fcd3948f3b
commit
e2f44ea7b3
@ -2,9 +2,9 @@
|
||||
# This file is in the public domain.
|
||||
set -eu
|
||||
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"
|
||||
taler-exchange-dbinit test-exchange-db-postgres.conf
|
||||
taler-exchange-dbinit -c test-exchange-db-postgres.conf
|
||||
echo "Re-loading procedures"
|
||||
psql talercheck < procedures.sql
|
||||
echo "Test PASSED"
|
||||
|
Loading…
Reference in New Issue
Block a user