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

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