On 4/25/2013 9:15 AM, Matthias Kretz wrote:
Hi,

I have several checks in my project that make cmake error out with
FATAL_ERROR. This is submitted as error to the dashboard. In reality it would
be an error if this error would not appear - and it is the expected result if
cmake errors out. Is there a possiblity to invert the result of the configure
step for certain system setups?

Alternatively I'd skip the CTEST_CONFIGURE call in the ctest script and just
submit Notes that elaborate on the abort. But that doesn't show up on the
dashboard at all.

Any ideas?
Is this for an individual test? If so, you can use the regex matching instead of return code to determine pass fail. Would that work?

-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://www.cmake.org/mailman/listinfo/cmake

Reply via email to