[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tests/test-suite.log build failures



Hi!

On Sun, 2014-04-13 at 15:38:05 +0200, Xavier Roche wrote:
> I had a build failure (*) on my package due to a failing unit test, and
> the only information I got (with the failng unit test) was:
> 
> # TOTAL: 12
> # PASS:  11
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See tests/test-suite.log
> 
> Would it be relevant to emit to stderr the tests/test-suite.log content
> in this case to ease debugging (or to keep it somehow) ?

Sure, you'd only need to do something like:

  make VERBOSE=1 check

Thanks,
Guillem


Reply to: