Merge branch 'an/diff-index-doc'
[gitweb.git] / t / valgrind / valgrind.sh
index 472ac2deedc7120da8d7771517c9ca43a46c2cb6..6b87c91b60cde4b19d6644227548f1ba6b226545 100755 (executable)
@@ -5,6 +5,8 @@ base=$(basename "$0")
 TOOL_OPTIONS='--leak-check=no'
 
 case "$GIT_VALGRIND_MODE" in
+memcheck-fast)
+       ;;
 memcheck)
        VALGRIND_VERSION=$(valgrind --version)
        VALGRIND_MAJOR=$(expr "$VALGRIND_VERSION" : '[^0-9]*\([0-9]*\)')