Re: [PATCH 1/7] completion: make the 'basic' test more tester-friendly

2012-11-18 Thread Felipe Contreras
On Sat, Nov 17, 2012 at 12:05 PM, SZEDER Gábor wrote: > The 'basic' test uses 'grep -q' to filter the resulting possible > completion words while looking for the presence or absence of certain > git commands, and relies on grep's exit status to indicate a failure. > > This works fine as long as th

Re: [PATCH 1/7] completion: make the 'basic' test more tester-friendly

2012-11-18 Thread Felipe Contreras
On Sun, Nov 18, 2012 at 12:00 AM, Jonathan Nieder wrote: > SZEDER Gábor wrote: > >> The 'basic' test uses 'grep -q' to filter the resulting possible >> completion words while looking for the presence or absence of certain >> git commands, and relies on grep's exit status to indicate a failure. > [

Re: [PATCH 1/7] completion: make the 'basic' test more tester-friendly

2012-11-17 Thread Jonathan Nieder
SZEDER Gábor wrote: > The 'basic' test uses 'grep -q' to filter the resulting possible > completion words while looking for the presence or absence of certain > git commands, and relies on grep's exit status to indicate a failure. [...] > To make testers' life easier provide some output about the