diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-17 15:47:06 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-17 15:47:06 +0100 |
commit | e7966b8e4eed5623cc45ff63edc7c1ece7a58365 (patch) | |
tree | 31a37cddccfc727d5fe971c8596d3f9dc022255a | |
parent | 09cf8c3a42d1ac6394bb4df50acfece66fd7380b (diff) |
-fix wallet invocation in test
-rwxr-xr-x | src/testing/test-merchant-walletharness.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test-merchant-walletharness.sh b/src/testing/test-merchant-walletharness.sh index 49c7d819..91cb542a 100755 --- a/src/testing/test-merchant-walletharness.sh +++ b/src/testing/test-merchant-walletharness.sh @@ -47,4 +47,4 @@ if [[ $res -ne 0 ]]; then fi -exec taler-harness testing run-integrationtests --suites merchant +exec taler-harness run-integrationtests --suites merchant |