From: Thomas Rast <trast@student.ethz.ch>
To: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Cc: <git@vger.kernel.org>, Junio C Hamano <gitster@pobox.com>
Subject: [PATCH av/i18n 1/2] tests: Symlink share and po into valgrind wrapper directory
Date: Sun, 25 Jul 2010 11:50:55 +0200 [thread overview]
Message-ID: <ba054975988a4a799bcd81a74acd865815ae9bf5.1280051448.git.trast@student.ethz.ch> (raw)
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
next reply other threads:[~2010-07-25 9:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-25 9:50 Thomas Rast [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ba054975988a4a799bcd81a74acd865815ae9bf5.1280051448.git.trast@student.ethz.ch \
--to=trast@student.ethz.ch \
--cc=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).