[cmake-developers] CTest threshold exceeds 1024 bytes

Brad King brad.king at kitware.com
Thu Sep 17 11:18:27 EDT 2015


On 09/11/2015 12:37 PM, Roman Wüger wrote:
> I added the required command line options, but it doesn't produce
> the expected output.  It works in a normal environment, but not
> in the "CTest test case". Could you have a look at it?

We need to distinguish running CTest in dashboard script mode,
e.g. "ctest -S dashboard_script.cmake", from the command-line
dashboard client mode, e.g. "ctest -M Experimental -T Test".

For the dashboard script case we already have some settings.
I've now added documentation and tests for them:

 CTest: Document and test custom output size settings
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b671db13

Your new options are actually for the command-line mode.
I've ported the test over to that, and it now works.  Applied:

 CTest: Add options to limit output of passed and failed tests
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8ed641f0

What remains for future work is to make the command-line options
also work in script mode when the custom variables are not set
by the script.

-Brad



More information about the cmake-developers mailing list