[cmake-developers] Simple test case needed that follows exactly how ctest sets up stdout

Brad King brad.king at kitware.com
Thu May 23 14:32:02 EDT 2013


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



More information about the cmake-developers mailing list