git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH av/i18n 1/2] tests: Symlink share and po into valgrind wrapper directory
@ 2010-07-25  9:50 Thomas Rast
  2010-07-25  9:50 ` [PATCH av/i18n 2/2] Make git-sh-i18n executable Thomas Rast
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Rast @ 2010-07-25  9:50 UTC (permalink / raw)
  To: Ævar Arnfjörð Bjarmason; +Cc: git, Junio C Hamano

This is required since with --valgrind, the $GIT_EXEC_PATH that is
used to determine the proper location of these directories points to
.../t/valgrind/bin.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
---
 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 4ae0de8..2f4bb27 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -735,6 +735,8 @@ then
 	do
 		make_valgrind_symlink $file
 	done
+	make_symlink "$TEST_DIRECTORY/../po" "$GIT_VALGRIND"/bin/po
+	make_symlink "$TEST_DIRECTORY/../share" "$GIT_VALGRIND"/bin/share
 	OLDIFS=$IFS
 	IFS=:
 	for path in $PATH
-- 
1.7.2.289.g93c76

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-07-25 14:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-25  9:50 [PATCH av/i18n 1/2] tests: Symlink share and po into valgrind wrapper directory Thomas Rast
2010-07-25  9:50 ` [PATCH av/i18n 2/2] Make git-sh-i18n executable Thomas Rast
2010-07-25 10:19   ` Ævar Arnfjörð Bjarmason
2010-07-25 13:15     ` Thomas Rast
2010-07-25 14:55       ` [PATCH ab/i18n v2] tests: locate i18n lib&data correctly under --valgrind Thomas Rast

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).