aboutsummaryrefslogblamecommitdiffstats
path: root/test.d/mds-server
blob: 0b9e27f5f47f0d03bf139f52671c21058faaffda (plain) (tree)
1
2
3
4
5
6
7
8
         
 
                                




                                                                        
#!/bin/sh

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