Access to compiler options for all tests

Would it be possible to provide the compiler options also for the regression tests that passed? They sometimes are interesting, too! Stefan

Stefan Slapeta writes:
Would it be possible to provide the compiler options also for the regression tests that passed? They sometimes are interesting, too!
Unfortunately, enabling output reporting for all tests is space- and time-prohibitive -- there are just too many of them. What you can do, though, is specify, in the Jamfile, "<test-info>always_show_run_output" flag for a particular test case of your interest, e.g.: [ run libs/somelib/sometest.cpp : : : <test-info>always_show_run_output ] Of course you'll have to wait until the next run for this to take effect, but it's the best you can get (unless you are willing to dig into the original XML(s) the reports are produced from, which are always available from ftp://fx.meta-comm.com/boost-regression/). HTH, -- Aleksey Gurtovoy MetaCommunications Engineering
participants (2)
-
Aleksey Gurtovoy
-
Stefan Slapeta