diff options
author | Torsten Grote <t@grobox.de> | 2020-05-07 15:33:43 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-07 15:33:43 -0300 |
commit | 38601a1c63840bc85eae166f771a974e0629db28 (patch) | |
tree | 1cba1f2300e4b752ffd8726d9d4b3bf1cd0d61ea /integrationtests/test-base.sh | |
parent | b7c75bd56a484efcf77210f1541cda67e2a90f61 (diff) |
Add test for double spending (still fails as expected)
Diffstat (limited to 'integrationtests/test-base.sh')
-rwxr-xr-x | integrationtests/test-base.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrationtests/test-base.sh b/integrationtests/test-base.sh index 337d8b131..80ac466f7 100755 --- a/integrationtests/test-base.sh +++ b/integrationtests/test-base.sh @@ -13,4 +13,5 @@ wait_for_services echo "Running wallet" taler-wallet-cli testing integrationtest -e "$EXCHANGE_URL" -m "$MERCHANT_URL" -b "$BANK_URL" +echo "SUCCESS" exit 0 |