Hi all, I tried to set some CTest custom variables such as CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE in the CTestCustom.cmake file in the binary directory. This works as long as I run ctest interactively, e.g. "ctest -D Experimental". In this case, the test output is not cut off. If I do the same using a CTest script, it seems the CTestCustom.cmake file is completely ignored, so the test output is cut off at the default value of 1024 characters. Is this intended behaviour or is it a bug? It seems to work, if I enter the variable settings into the script file, but that's not the way its documented to work.
Regards, Martin _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
