exchange

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

commit e9a2f156f10b06dbc763f6dba0e33afe9c720ed1
parent 50ab7137c083b3d8ea0157b3824b48172f2b91ce
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  1 Apr 2024 14:42:14 +0200

show vg output

Diffstat:
Msrc/templating/.gitignore | 1+
Msrc/templating/dotest.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/templating/.gitignore b/src/templating/.gitignore @@ -1,2 +1,3 @@ test_mustach_jansson taler-mustach-tool +mustach diff --git a/src/templating/dotest.sh b/src/templating/dotest.sh @@ -13,6 +13,7 @@ then strace -f $mustach "$@" $mustach "$@" > resu.last || exit_fail "ERROR! mustach command failed ($?)!" else + valgrind $mustach "$@" valgrind $mustach "$@" > resu.last 2> vg.last || exit_fail "ERROR! valgrind + mustach command failed ($?)!" sed -i 's:^==[0-9]*== ::' vg.last awk '/^ *total heap usage: .* allocs, .* frees,.*/{if($$4-$$6)exit(1)}' vg.last || exit_fail "ERROR! Alloc/Free issue"