-use new flag to avoid continuing after wallet failure
This commit is contained in:
parent
a2c179373e
commit
326fa9409d
@ -404,7 +404,7 @@ echo " DONE"
|
||||
# run wallet CLI
|
||||
echo "Running wallet"
|
||||
|
||||
taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'runIntegrationTest' \
|
||||
taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api --expect-success 'runIntegrationTest' \
|
||||
"$(jq -n '
|
||||
{
|
||||
amountToSpend: "TESTKUDOS:4",
|
||||
|
@ -396,7 +396,7 @@ curl -H "Content-Type: application/json" -X POST -d '{"auth": {"method": "extern
|
||||
# run wallet CLI
|
||||
echo "Running wallet"
|
||||
|
||||
taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'withdrawTestBalance' \
|
||||
taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api --expect-success 'withdrawTestBalance' \
|
||||
"$(jq -n '
|
||||
{
|
||||
amount: "TESTKUDOS:8",
|
||||
|
Loading…
Reference in New Issue
Block a user