Jeff King <peff@xxxxxxxx> writes: > On Sat, Feb 23, 2008 at 02:55:42PM -0800, Junio C Hamano wrote: > >> I think the basic goal should be to come up with a way to make >> sure that "cd t/ && make" and "cd t/ && sh -x tXXXX-name.sh" >> would get an environment as close as possible to what happens >> when you run "make test" at the toplevel. > > I was thinking of something like this: > ... > diff --git a/t/test-lib.sh b/t/test-lib.sh > index 83889c4..3c4e21f 100644 > --- a/t/test-lib.sh > +++ b/t/test-lib.sh > @@ -342,6 +342,8 @@ if ! test -x ../test-chmtime; then > exit 1 > fi > > +. ../GIT-BUILD-OPTIONS Sounds sane to me. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html