summaryrefslogtreecommitdiff
path: root/src/templating/dotest.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-01 14:42:14 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-01 14:42:14 +0200
commite9a2f156f10b06dbc763f6dba0e33afe9c720ed1 (patch)
tree7ba47ee2f57c2910e3c955a69b87f9f0d60b8d4f /src/templating/dotest.sh
parent50ab7137c083b3d8ea0157b3824b48172f2b91ce (diff)
downloadexchange-e9a2f156f10b06dbc763f6dba0e33afe9c720ed1.tar.gz
exchange-e9a2f156f10b06dbc763f6dba0e33afe9c720ed1.tar.bz2
exchange-e9a2f156f10b06dbc763f6dba0e33afe9c720ed1.zip
show vg output
Diffstat (limited to 'src/templating/dotest.sh')
-rwxr-xr-xsrc/templating/dotest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templating/dotest.sh b/src/templating/dotest.sh
index 993a1f266..2dcc25f81 100755
--- 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"