exchange

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

commit 4b5de800dce483ac3af8e32799cc0bffaa15b4eb
parent e975dd3bdd496f643fc22e3eb6a5e1f386e237b5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  4 Sep 2019 04:11:40 +0200

add test 11

Diffstat:
Msrc/auditor/test-auditor.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh @@ -9,7 +9,7 @@ set -eu # Set of numbers for all the testcases. # When adding new tests, increase the last number: -ALL_TESTS=`seq 0 10` +ALL_TESTS=`seq 0 11` # $TESTS determines which tests we should run. # This construction is used to make it easy to