bug#11791: recheck and compilation error

2012-06-30 Thread Stefano Lattarini
Reference: On 06/27/2012 03:08 PM, Stefano Lattarini wrote: > > I agree. The attached patch should solve the issue. It's more ugly > than I'd like, but this bug is annoying enough to make such ugliness > acceptable. I will push (to maint) in a couple of days if t

bug#11791: recheck and compilation error

2012-06-27 Thread Stefano Lattarini
tags 11791 + patch thanks Hi Peter. On 06/26/2012 01:56 PM, Peter Johansson wrote: > Hello automakers, > > I've noticed the following behavior from 'make recheck'. > > If I run 'make check' and one test fails > > $ make check > ... > FAIL: foo.test > > I modify the test > > $ edit foo.

bug#11791: recheck and compilation error

2012-06-26 Thread Peter Johansson
Hello automakers, I've noticed the following behavior from 'make recheck'. If I run 'make check' and one test fails $ make check ... FAIL: foo.test I modify the test $ edit foo.c and rerun the test suite with $ make recheck -k foo.c:1: error: parse error before '}' token make[1]: *** [foo.o] Er