This commit is contained in:
Christian Grothoff 2020-01-20 02:53:23 +01:00
parent f616d29005
commit df37433f4d
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1492,7 +1492,6 @@ check_with_database()
# Setup database-specific globals # Setup database-specific globals
MASTER_PUB=`cat ${BASEDB}.mpub` MASTER_PUB=`cat ${BASEDB}.mpub`
EXCHANGE_BASE_URL=`taler-config -c generate-auditor-basedb.conf -s exchange -o BASE_URL`
# Where to store wire fee details for aggregator # Where to store wire fee details for aggregator
echo "Storing wire fees" echo "Storing wire fees"
@ -1510,7 +1509,6 @@ check_with_database()
# Load database # Load database
full_reload full_reload
taler-auditor-exchange -m $MASTER_PUB -u $EXCHANGE_BASE_URL
# Run test suite # Run test suite
fail=0 fail=0