3 # Note that we currently use Git's suppression file and there are variables
4 # $GIT_VALGRIND and $CGIT_VALGRIND which point to different places.
5 exec valgrind -q --error-exitcode=126 \
6 --suppressions="$GIT_VALGRIND/default.supp" \
7 --gen-suppressions=all \
12 "$CGIT_VALGRIND/../../cgit" "$@"