diff options
author | Torsten Grote <t@grobox.de> | 2020-05-06 16:05:38 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-06 16:05:38 -0300 |
commit | b7c75bd56a484efcf77210f1541cda67e2a90f61 (patch) | |
tree | 29ef27231280b5756ed542084a60e98f418b9537 /integrationtests/test-base.sh | |
parent | 85af5421e53f92f24919cb57c02efb6f72fb8e27 (diff) |
integration test for handling the same pay URI multiple times
Diffstat (limited to 'integrationtests/test-base.sh')
-rwxr-xr-x | integrationtests/test-base.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/integrationtests/test-base.sh b/integrationtests/test-base.sh index 45554f0bb..337d8b131 100755 --- a/integrationtests/test-base.sh +++ b/integrationtests/test-base.sh @@ -13,6 +13,4 @@ wait_for_services echo "Running wallet" taler-wallet-cli testing integrationtest -e "$EXCHANGE_URL" -m "$MERCHANT_URL" -b "$BANK_URL" -shutdown_services - exit 0 |