wallet-core/integrationtests/test-base.sh

14 lines
341 B
Bash
Raw Normal View History

#!/bin/bash
# Script to generate the basic database for auditor
# testing from a 'correct' interaction between exchange,
# wallet and merchant.
source "common.sh"
normal_start_and_wait "base"
# run wallet CLI
echo "Running wallet"
taler-wallet-cli testing integrationtest -e "$EXCHANGE_URL" -m "$MERCHANT_URL" -b "$BANK_URL"
2020-05-08 16:53:17 +02:00
exit_success