exchange

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

commit dd6a00620161edff94ae47db55fb2f9d19effa98
parent 3eb0a3766f73f01105e7ee894f03617b0ca9a0b0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  3 Sep 2019 04:45:26 +0200

bump test counter

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 4` +ALL_TESTS=`seq 0 5` # $TESTS determines which tests we should run. # This construction is used to make it easy to