summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-22 16:31:51 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-22 16:31:51 +0200
commit22d5b9fc3a304b89c05e4493d8bb10cef6a38134 (patch)
tree62f1f99e288165a8994e09eb55b3d39e13c13cd3 /src
parent32d5b90827a4a5211ba6a66926480cceefd18638 (diff)
downloadexchange-22d5b9fc3a304b89c05e4493d8bb10cef6a38134.tar.gz
exchange-22d5b9fc3a304b89c05e4493d8bb10cef6a38134.tar.bz2
exchange-22d5b9fc3a304b89c05e4493d8bb10cef6a38134.zip
-fail, not skip
Diffstat (limited to 'src')
-rwxr-xr-xsrc/testing/taler-unified-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
index deb7dc9e1..1ddc3316e 100755
--- 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"