exchange

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

commit da8780c64718f9eb7a6e6137bb8384f099770dff
parent 9bc3399dee1b23969bfe4d3d01727a4e3baab85f
Author: Florian Dold <florian@dold.me>
Date:   Thu,  7 May 2026 14:56:37 +0200

-less verbose test logging

Diffstat:
Msrc/auditor/setup.sh | 2+-
Msrc/testing/test-exchange-taler-harness.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/setup.sh b/src/auditor/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # This file is in the public domain -# Script to be inlined into the main test scripts. Defines function 'setup()' +# Script to be sourced from the main test scripts. Defines function 'setup()' # which wraps around 'taler-unified-setup.sh' to launch GNU Taler services. # Call setup() with the arguments to pass to 'taler-unified-setup'. setup() # will then launch GNU Taler, wait for the process to be complete before diff --git a/src/testing/test-exchange-taler-harness.sh b/src/testing/test-exchange-taler-harness.sh @@ -44,4 +44,4 @@ if [[ $res -ne 0 ]]; then exit 77 fi -exec taler-harness run-integrationtests --suites exchange +exec taler-harness run-integrationtests --quiet --suites exchange