Re: [PATCH v2] test-lib: set BASH_XTRACEFD automatically

2016-05-12 Thread Johannes Schindelin
Hi Peff, On Wed, 11 May 2016, Jeff King wrote: > Subject: test-lib: set BASH_XTRACEFD automatically I confirm that this simple weird trick obsoletes my painstakingly developed patch ;-) To make it easy for everybody involved, I'll just go ahead and send out the next iteration with your patch.

[PATCH v2] test-lib: set BASH_XTRACEFD automatically

2016-05-11 Thread Jeff King
On Tue, May 10, 2016 at 03:06:59PM -0700, Junio C Hamano wrote: > Jeff King writes: > > > The patch itself is a trivial-looking one-liner, but there > > are a few subtleties worth mentioning: > > > > - the variable is _not_ exported; the "set -x" is local to > > our process, and so the tra