Skip to content

Commit c4800a3

Browse files
committed
Merge branch 'tr/mergetool-valgrind'
* tr/mergetool-valgrind: Symlink mergetools scriptlets into valgrind wrappers
2 parents 00723b0 + ee0d7bf commit c4800a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/test-lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,8 @@ then
950950
do
951951
make_valgrind_symlink $file
952952
done
953+
# special-case the mergetools loadables
954+
make_symlink "$GIT_BUILD_DIR"/mergetools "$GIT_VALGRIND/bin/mergetools"
953955
OLDIFS=$IFS
954956
IFS=:
955957
for path in $PATH

0 commit comments

Comments
 (0)