use current bank CLI and CFG options for auditor tests

This commit is contained in:
Christian Grothoff 2020-10-03 12:26:56 +02:00
parent 4e93638683
commit 789cd97b68
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -115,7 +115,7 @@ mv a2e.dat $ABD
# Launch services
echo "Launching services"
taler-bank-manage-testing $CONF postgres:///$TARGET_DB serve-http &
taler-bank-manage-testing $CONF postgres:///$TARGET_DB serve &
taler-exchange-httpd -c $CONF 2> taler-exchange-httpd.log &
taler-merchant-httpd -c $CONF -L INFO 2> taler-merchant-httpd.log &
taler-exchange-wirewatch -c $CONF 2> taler-exchange-wirewatch.log &