Re: [PATCH] t: send verbose test-helper output to fd 4

2018-03-02 Thread Jeff King
On Wed, Feb 28, 2018 at 03:30:29AM +0100, SZEDER Gábor wrote: > > - echo >&2 "test_expect_code: command exited with $exit_code, we > > wanted $want_code $*" > > + echo >&4 "test_expect_code: command exited with $exit_code, we > > wanted $want_code $*" > > return 1 > > } >

Re: [PATCH] t: send verbose test-helper output to fd 4

2018-02-27 Thread SZEDER Gábor
On Thu, Feb 22, 2018 at 7:48 AM, Jeff King wrote: > This is a repost of the two patches from: > > https://public-inbox.org/git/20180209185710.ga23...@sigill.intra.peff.net/ > > (now just one patch, since sg/test-i18ngrep graduated and we can do it > all in one step). The idea got

Re: [PATCH] t: send verbose test-helper output to fd 4

2018-02-22 Thread Junio C Hamano
Jeff King writes: > This is a repost of the two patches from: > > https://public-inbox.org/git/20180209185710.ga23...@sigill.intra.peff.net/ > > (now just one patch, since sg/test-i18ngrep graduated and we can do it > all in one step). The idea got positive feedback, but nobody