[PATCH] Symlink mergetools scriptlets into valgrind wrappers

Subsystems: the rest

STALE3720d

3 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH] Symlink mergetools scriptlets into valgrind wrappers

From: Thomas Rast <hidden>
Date: 2016-06-15 22:51:56

Since bc7a96a (mergetool--lib: Refactor tools into separate files,
2011-08-18) the mergetools and difftools related tests fail under
--valgrind because the mergetools/* scriptlets are not in the exec
path.

For now, symlink the mergetools subdir into the t/valgrind/bin
directory as a whole, since it does not contain anything of interest
to the valgrind wrappers.

Signed-off-by: Thomas Rast <redacted>
---
 t/test-lib.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/t/test-lib.sh b/t/test-lib.sh
index d7dfc8b..bdd9513 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -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
-- 
1.7.7.rc0.370.gdcae57

Re: [PATCH] Symlink mergetools scriptlets into valgrind wrappers

From: Thomas Rast <hidden>
Date: 2016-06-15 22:51:56

That's it, master is back to valgrind-clean on my box.  Thanks for
reading.

-- 
Thomas Rast
trast@{inf,student}.ethz.ch

Re: [PATCH] Symlink mergetools scriptlets into valgrind wrappers

From: Jeff King <hidden>
Date: 2016-06-15 22:51:57

On Tue, Aug 30, 2011 at 02:47:36AM +0200, Thomas Rast wrote:
Since bc7a96a (mergetool--lib: Refactor tools into separate files,
2011-08-18) the mergetools and difftools related tests fail under
--valgrind because the mergetools/* scriptlets are not in the exec
path.

For now, symlink the mergetools subdir into the t/valgrind/bin
directory as a whole, since it does not contain anything of interest
to the valgrind wrappers.
I'm not super-excited about special-casing like this, but I don't think
there's a way to make it much cleaner without a lot of fuss. And the
valgrind stuff is pretty special-cased as it is (it would probably be
cleaner if it were integrated with the bin-wrappers rules in the
Makefile). But it's probably not worth spending effort on it. What's
there works, and your patch is a sane and straightforward fix for this
new issue. So:

Acked-by: Jeff King <redacted>

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help