On Thu Jan 09 13:30:23 2014, ETHER wrote:
Show quoted text> "To send test reports, please make sure *NOT* to pass '-v' to cpanm or
> your build.log will contain no output to send." is issued when using
> cpanm -v. However, newer versions of cpanm write to the build.log with
> -v -- so I'd suggest looking in the build.log first for relevant
> output before issuing that warning.
Hi Karen!
Thing is, I *do* look in the build.log first for relevant output :)
That message is in fact only shown when the test output (i.e. the lines on build.log between "Building and testing FOO" and "-> OK") has only two lines or less, which indicates that '-v' was likely used on cpanm.
I too want 'cpanm -v' to do a full logging on build.log, but it's a not-so-trivial patch and Miyagawa is likely waiting for someone to send a pull request for that. The way cpanm-reporter's parser works, the issue should be fixed automatically the minute an updated version of cpanm is released. Until then, the issue is still open on github:
https://github.com/miyagawa/cpanminus/issues/253