exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 22d5b9fc3a304b89c05e4493d8bb10cef6a38134
parent 32d5b90827a4a5211ba6a66926480cceefd18638
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 22 Jun 2023 16:31:51 +0200

-fail, not skip

Diffstat:
Msrc/testing/taler-unified-setup.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh @@ -638,7 +638,7 @@ then if [ "1" != "$OK" ] then cat "$LAST_RESPONSE" - exit_skip "Failed to setup exchange keys, check secmod logs" + exit_fail "Failed to setup exchange keys, check secmod logs" fi rm "$LAST_RESPONSE" echo " OK" @@ -690,7 +690,7 @@ then if [ "1" != "$OK" ] then cat "$LAST_RESPONSE" - exit_skip " Failed to setup keys" + exit_fail " Failed to setup keys" fi rm "$LAST_RESPONSE" echo " OK"