summaryrefslogtreecommitdiffstats
path: root/imap/testsuitevalgrind
blob: 90735d247790b09c75e65c8a9745225dac26485b (plain)
1
2
3
4
5
#! /bin/bash

valgrind --tool=memcheck --leak-check=yes --error-exitcode=1 "$@" && exit 0
>confmdmemleak
exit 0