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 -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
