aboutsummaryrefslogtreecommitdiffstats
path: root/test.d/mds-server
blob: 170e4446186439f0a2406689b917ed540d1b9be2 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -z "${NO_VALGRING}" ]; then
    exec valgrind --leak-check=full --show-leak-kinds=all "$0".real "$@"
else
    exec "$0".real "$@"
fi