fix test
This commit is contained in:
parent
fcd3948f3b
commit
e2f44ea7b3
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user