MantisBT - CMake
View Issue Details
0005814CMakeCTestpublic2007-10-01 17:002016-06-10 14:30
Daniel Nelson 
Zach Mullen 
normalfeaturealways
closedmoved 
 
 
0005814: Output build progress while building when using --build-and-test
Currently if you use CTest with the --build-and-test option, CTest will not output the progress of the build until it is completed, at which point it outputs the entire build log if you have -VV set or only the test status otherwise.

It would be nice if it would output the build progress while building, at least if you have -VV set, so you have an idea when it will finish and what it is doing.
No tags attached.
Issue History
2007-10-01 17:00Daniel NelsonNew Issue
2007-12-17 21:34Bill HoffmanStatusnew => assigned
2007-12-17 21:34Bill HoffmanAssigned To => Bill Hoffman
2008-12-05 10:33Hugo HedenNote Added: 0014302
2008-12-05 10:35Hugo HedenNote Edited: 0014302
2009-09-14 21:02Bill HoffmanAssigned ToBill Hoffman => Zach Mullen
2016-06-10 14:27Kitware RobotNote Added: 0041388
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0014302)
Hugo Heden   
2008-12-05 10:33   
(edited on: 2008-12-05 10:35)
ctest --build-and-test is really a powerful and useful tool, because it knows how to invoke all build systems supported by CMake (see http://www.mail-archive.com/cmake@cmake.org/msg17855.html [^] )

For example, we are using ctest --build-and-test to compile a lot of autogenerated source code, which takes a long time.

In such a context it is unconvenient that ctest --build-and-test does not flush the output. It is tricky for the developer to see if the build is happening or if the process is hung.

(So I "vote" for this issue..)

(0041388)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.