On 05/23/2013 02:05 PM, Alan W. Irwin wrote: > Would somebody be willing to give me a hand with implementing that > test case? All that needs to be done is to collect the relevant code > for setting up stdout from ctest.cxx
CTest starts with a call to cmSystemTools::DoNotInheritStdPipes: http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/ctest.cxx;hb=v2.8.10.2#l266 implemented here: http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/cmSystemTools.cxx;hb=v2.8.10.2#l2121 by these commits: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f262298b http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9c3ffe24 -Brad -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers