diff options
author | Torsten Grote <t@grobox.de> | 2020-05-08 11:53:17 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-08 11:53:58 -0300 |
commit | 1cf48054c47d9562876b5f021dc398b050b959fd (patch) | |
tree | 237a7380d55eb9532bf069f2179098d6f40c8e92 /integrationtests/test-tip.sh | |
parent | 8056c7fb62ceb8de3171d13fd48d44bbdc43645c (diff) |
Add test for retries
Diffstat (limited to 'integrationtests/test-tip.sh')
-rwxr-xr-x | integrationtests/test-tip.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/integrationtests/test-tip.sh b/integrationtests/test-tip.sh index 1a0ea2817..8bdcc6ef3 100755 --- a/integrationtests/test-tip.sh +++ b/integrationtests/test-tip.sh @@ -15,5 +15,4 @@ taler-wallet-cli --wallet-db="$WALLET_DB" run-until-done 2>>"$LOG" >>"$LOG" echo -n "Balance after first tip: " taler-wallet-cli --wallet-db="$WALLET_DB" balance 2>>"$LOG" -echo "SUCCESS" -exit 0 +exit_success |