Re: What's cooking in git.git (Jul 2012, #07; Mon, 23)

2012-07-24 Thread Jeff King
On Mon, Jul 23, 2012 at 10:10:00PM -0700, Junio C Hamano wrote:

 * jc/test-lib-source-build-options-early (2012-06-24) 1 commit
  - test-lib: reorder and include GIT-BUILD-OPTIONS a lot earlier
 
 Reorders t/test-lib.sh so that we dot-source GIT-BUILD-OPTIONS that
 records the shell and Perl the user told us to use with Git a lot
 early, so that test-lib.sh script itself can use $PERL_PATH in
 one of its early operations.
 
 Needs to be eyeballed by people who run tests with exotic options
 like valgrind, --root=/dev/shm/somewhere, etc.

I'm such a people. Both --valgrind and --root work OK with the patch.
Reading the patch, I don't see any other problematic options, either.

-Peff
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Jul 2012, #07; Mon, 23)

2012-07-24 Thread Junio C Hamano
Jeff King p...@peff.net writes:

 On Mon, Jul 23, 2012 at 10:10:00PM -0700, Junio C Hamano wrote:

 * jc/test-lib-source-build-options-early (2012-06-24) 1 commit
  - test-lib: reorder and include GIT-BUILD-OPTIONS a lot earlier
 
 Reorders t/test-lib.sh so that we dot-source GIT-BUILD-OPTIONS that
 records the shell and Perl the user told us to use with Git a lot
 early, so that test-lib.sh script itself can use $PERL_PATH in
 one of its early operations.
 
 Needs to be eyeballed by people who run tests with exotic options
 like valgrind, --root=/dev/shm/somewhere, etc.

 I'm such a people. Both --valgrind and --root work OK with the patch.
 Reading the patch, I don't see any other problematic options, either.

Thanks; I've been running tests for 'pu' with --root pointing
elsewhere as well.  I probably should push this forward before the
tree gets busy again post relesae.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html