On Friday 24 July 2015 10:23:48 Matthias Kretz wrote:
>   set(ENV{CTEST_USE_LAUNCHERS_DEFAULT} "ON")
> 
> I don't get any output on the CDash dashboard anymore. AFAICT the Build
> directory in Testing/tag/ is removed but never recreated.

With the following patch I get output back to the dashboard:
--- a/Source/CTest/cmCTestLaunch.cxx
+++ b/Source/CTest/cmCTestLaunch.cxx
@@ -207,6 +207,7 @@ void cmCTestLaunch::ComputeFileNames()
   this->LogDir = d;
   cmSystemTools::ConvertToUnixSlashes(this->LogDir);
   this->LogDir += "/";
+  cmSystemTools::MakeDirectory(this->LogDir);
 
   // We hash the input command working dir and command line to obtain
   // a repeatable and (probably) unique name for log files.

But the dashboard still shows the conflated output of the parallel build 
instead of the correct context per source/object file.

Cheers,
        Matthias

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to