On 7/19/2012 2:39 PM, Evan Martin wrote:
Ninja points both the stdout and stderr of any executed subprocess
into the same pipe:
https://github.com/martine/ninja/blob/master/src/subprocess.cc#L86

Is the subprocess writing to both output streams without flushing?
Does this test behave reliably under non-Ninja systems?
It does seem to work without ninja. However, the odd thing is that although this is a ninja build of cmake. It is using ctest to drive the dashboard and testing. I don't even think ninja is running when this test is running. So, I suspect an issue with ctest itself.

It is doing a flush with each line of output. So, I am not sure what is going on yet...


-Bill
--

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

Reply via email to