diff options
author | Florian Dold <florian@dold.me> | 2023-01-26 18:42:50 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-01-26 18:42:50 +0100 |
commit | bc06045f3e67db67b9eb7ea9bf6606b6895307d0 (patch) | |
tree | e582095fd7a8060dbefce4b8a802b58cbaf466d5 | |
parent | d66d370223c8a9db19b6b17f8464bf9a5505a426 (diff) | |
download | anastasis-bc06045f3e67db67b9eb7ea9bf6606b6895307d0.tar.gz anastasis-bc06045f3e67db67b9eb7ea9bf6606b6895307d0.zip |
fix wallet invocation in test case
-rwxr-xr-x | src/cli/test_anastasis_reducer_enter_secret.sh | 8 | ||||
-rwxr-xr-x | src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/cli/test_anastasis_reducer_enter_secret.sh b/src/cli/test_anastasis_reducer_enter_secret.sh index a10ef2e..597945f 100755 --- a/src/cli/test_anastasis_reducer_enter_secret.sh +++ b/src/cli/test_anastasis_reducer_enter_secret.sh | |||
@@ -393,8 +393,8 @@ do | |||
393 | echo -n "," | 393 | echo -n "," |
394 | done | 394 | done |
395 | echo " OK" | 395 | echo " OK" |
396 | echo -e $COLOR$BOLD"Running wallet run-pending..."$NORM$NOCOLOR | 396 | echo -e $COLOR$BOLD"Running wallet run-until-done..."$NORM$NOCOLOR |
397 | taler-wallet-cli --wallet-db=$WALLET_DB run-pending 2>wallet-pay-finish.err >wallet-pay-finish.log | 397 | taler-wallet-cli --wallet-db=$WALLET_DB run-until-done 2>wallet-pay-finish.err >wallet-pay-finish.log |
398 | echo -e $COLOR$BOLD"Payments done"$NORM$NOCOLOR | 398 | echo -e $COLOR$BOLD"Payments done"$NORM$NOCOLOR |
399 | 399 | ||
400 | 400 | ||
@@ -425,8 +425,8 @@ do | |||
425 | echo -n "," | 425 | echo -n "," |
426 | done | 426 | done |
427 | echo " OK" | 427 | echo " OK" |
428 | echo -e $COLOR$BOLD"Running wallet run-pending..."$NORM$NOCOLOR | 428 | echo -e $COLOR$BOLD"Running wallet run-until-done..."$NORM$NOCOLOR |
429 | taler-wallet-cli --wallet-db=$WALLET_DB run-pending 2>wallet-pay2-finish.err >wallet-pay2-finish.log | 429 | taler-wallet-cli --wallet-db=$WALLET_DB run-until-done 2>wallet-pay2-finish.err >wallet-pay2-finish.log |
430 | echo -e $COLOR$BOLD"Payments done"$NORM$NOCOLOR | 430 | echo -e $COLOR$BOLD"Payments done"$NORM$NOCOLOR |
431 | 431 | ||
432 | echo -en $COLOR$BOLD"Try to upload again ..."$NORM$NOCOLOR | 432 | echo -en $COLOR$BOLD"Try to upload again ..."$NORM$NOCOLOR |
diff --git a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh index acb4d3b..04de2f9 100755 --- a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh +++ b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | |||
@@ -419,9 +419,9 @@ do | |||
419 | echo -n ", " | 419 | echo -n ", " |
420 | done | 420 | done |
421 | echo "OK" | 421 | echo "OK" |
422 | echo -e "Running wallet run-pending..." | 422 | echo -e "Running wallet run-until-done..." |
423 | taler-wallet-cli --wallet-db=$WALLET_DB \ | 423 | taler-wallet-cli --wallet-db=$WALLET_DB \ |
424 | run-pending 2>wallet-pay-truth-finish-$INDEX.err >wallet-pay-truth-finish-$INDEX.out | 424 | run-until-done 2>wallet-pay-truth-finish-$INDEX.err >wallet-pay-truth-finish-$INDEX.out |
425 | echo -e "Payments done" | 425 | echo -e "Payments done" |
426 | 426 | ||
427 | export B2FILE | 427 | export B2FILE |
@@ -443,9 +443,9 @@ do | |||
443 | echo -n ", " | 443 | echo -n ", " |
444 | done | 444 | done |
445 | echo " OK" | 445 | echo " OK" |
446 | echo -en "Running wallet run-pending..." | 446 | echo -en "Running wallet run-until-done..." |
447 | taler-wallet-cli --wallet-db=$WALLET_DB \ | 447 | taler-wallet-cli --wallet-db=$WALLET_DB \ |
448 | run-pending 2>wallet-pay-policy-finish.err >wallet-pay-policy-finish.out | 448 | run-until-done 2>wallet-pay-policy-finish.err >wallet-pay-policy-finish.out |
449 | echo -e " payments DONE" | 449 | echo -e " payments DONE" |
450 | 450 | ||
451 | echo -en "Try to upload again ..." | 451 | echo -en "Try to upload again ..." |