From a6c9e653f0d46b0d0c3acc39e16cc35f2dd627cf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 24 Jun 2022 14:14:19 +0200 Subject: also test for taler-bank-manage in walletharness test --- src/testing/test-merchant-walletharness.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/testing') diff --git a/src/testing/test-merchant-walletharness.sh b/src/testing/test-merchant-walletharness.sh index 98a78efa..75f979eb 100755 --- a/src/testing/test-merchant-walletharness.sh +++ b/src/testing/test-merchant-walletharness.sh @@ -22,6 +22,20 @@ set -eu +# Exit, with status code "skip" (no 'real' failure) +function exit_skip() { + echo $1 + exit 77 +} + +echo -n "Testing for taler-bank-manage" +taler-bank-manage --help >/dev/null /dev/null /dev/null || res=$? -- cgit v1.2.3