[CMake] How can I make CTest not do dart-related stuff?

Daniel Schepler dschepler at scalable-networks.com
Fri Jan 30 13:13:18 EST 2015


Here, to generate XML for Jenkins' xUnit plugin, we run "ctest -T Test -j2" which has never complained about missing DartConfiguration.tcl.
-- 
Daniel Schepler
________________________________________
From: CMake [cmake-bounces at cmake.org] on behalf of Robert Dailey [rcdailey.lists at gmail.com]
Sent: Friday, January 30, 2015 10:07 AM
To: CMake
Subject: [CMake] How can I make CTest not do dart-related stuff?

I run ctest on my build server *just* to run the test executables and
get result XML. I use a separate tool to parse the XML and upload it
to an unrelated server (not CDash)

I get errors like below:

Cannot find file: /sourcerepo/build/DartConfiguration.tcl

Can someone explain what CTest is doing and if there is a way to turn it off?
--

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



More information about the CMake mailing list