[CMake] using ctest launchers leads to empty warning/error messages on the dashboard

Matthias Kretz kretz at kde.org
Fri Jul 24 04:23:48 EDT 2015


Hi,

using

  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. I.e. if I call

  CTEST_LAUNCH_LOGS=./not-existing-directory make

the launcher output is not stored to disk. With

  CTEST_LAUNCH_LOGS=./ make

I get launch-* and warning-* files in the cwd.

Is this a bug in ctest or am I doing something wrong? I was testing with cmake 
version 3.3.0-rc3.

Cheers,
	Matthias

-- 
──────────────────────────────────────────────────────────────────────────────
  Matthias Kretz
  SIMD easy and portable: https://github.com/VcDevel/Vc
──────────────────────────────────────────────────────────────────────────────


More information about the CMake mailing list