[testing][jc-bell] Test compilation output truncated

Hi, I'm facing the problem with the too low limit for the compiler output size. See here: http://www.boost.org/development/tests/develop/developer/output/FBSD-64%20jc... The output contains 2 warnings and part of what may be the actual error. This log is not really helpful, so I have 2 questions: 1. Can this limit be increased? 2. Can I get the full output somehow? Thanks.

On Feb 24, 2014, at 10:51 AM, Andrey Semashev wrote:
Each tester can set this limit as they choose, the current testing default is 4 kb per target (-m4). Testers can change the default by passing -m# to run.py through --bjam-options.
2. Can I get the full output somehow?
Passing -m0 will capture all output. -- Noel

On Monday 24 February 2014 18:39:18 Belcourt, Kenneth wrote:
I guess, I'm asking to increase the default then. If large output is affecting some select testers, it is these testers who should reduce the limit, IMHO. And 4 KiB is simply too low.
2. Can I get the full output somehow?
Passing -m0 will capture all output.
I understand this should be done by the tester, and then the tests should be run again? I was hoping that the full output was saved somewhere on the tester's machine.

On Feb 24, 2014, at 2:38 PM, Andrey Semashev wrote:
Works for me. Steven pointed out that the reporting limits output to 64 kb so guess that's a reasonable upper-bound for now.
I just changed the default to 64 kb, you should see more output once tests cycle. Let us know if this isn't adequate. -- Noel
participants (2)
-
Andrey Semashev
-
Belcourt, Kenneth