[FYI] {maint} tests: avoid non-textual output in a '.log' file

2012-07-24 Thread Stefano Lattarini
* t/dist-formats.tap: Here. Otherwise, some inferior awk implementations, like OpenIndiana /usr/xpg4/bin/awk, could be confused and cause spurious errors in the testsuite harness. Signed-off-by: Stefano Lattarini --- t/dist-formats.tap | 9 - 1 file changed, 8 insertions(+), 1 deletion(

[FYI 1/2] {master} tags: refactor to reduce code duplication (1)

2012-07-24 Thread Stefano Lattarini
No semantic change is intended. * lib/am/tags.am (am__uniquify_input): New variable, factor out some code common to ... (ctags-am, tags-am, ID): ... the recipes of these targets. Signed-off-by: Stefano Lattarini --- lib/am/tags.am | 21 - 1 file changed, 12 insertions(+), 9

[FYI 2/2] tags: refactor to reduce code duplication (2)

2012-07-24 Thread Stefano Lattarini
No semantic change is intended. * lib/am/tags.am (am__define_uniq_tagged_files): New variable, factor out some code common to ... (ctags-am, tags-am, ID): ... the recipes of these targets. Signed-off-by: Stefano Lattarini --- lib/am/tags.am | 32 +--- 1 file changed,

Re: [PATCH] {master} tags: unify recursion for tags targets with that of "usual" targets

2012-07-24 Thread Stefano Lattarini
On 07/22/2012 11:31 AM, Stefano Lattarini wrote: > This change has a side effect: now any failure of the 'tags', 'ctags', > 'cscope' and 'cscopelist' targets in a subdirectory will cause the > recursive command issued from the top directory to fail. We believe > that this behavioural change is not

Re: [PATCH 0/2] Enable colorized testsuite output by default

2012-07-24 Thread Stefano Lattarini
tags 11855 + patch close 11855 thanks On 07/22/2012 05:31 PM, Stefano Lattarini wrote: > Reference: > > The actual implementation is done by the first patch. The second on > is just a minor testsuite cleanup "while we are at it". > > I intend