]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tr/mergetool-valgrind'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Oct 2011 19:35:53 +0000 (12:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Oct 2011 19:35:53 +0000 (12:35 -0700)
* tr/mergetool-valgrind:
  Symlink mergetools scriptlets into valgrind wrappers

t/test-lib.sh

index d7dfc8b0b1939180f16b8245e58465f883e85cbc..bdd9513b84301275330d3dd7e49af05081ef9cd7 100644 (file)
@@ -950,6 +950,8 @@ then
        do
                make_valgrind_symlink $file
        done
+       # special-case the mergetools loadables
+       make_symlink "$GIT_BUILD_DIR"/mergetools "$GIT_VALGRIND/bin/mergetools"
        OLDIFS=$IFS
        IFS=:
        for path in $PATH