Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-05-03 Thread Matthias Kretz
On Thursday 25 April 2013 20:09:09 Alexander Neundorf wrote: On Thursday 25 April 2013, Matthias Kretz wrote: On Thursday 25 April 2013 09:46:03 Bill Hoffman wrote: On 4/25/2013 9:15 AM, Matthias Kretz wrote: I have several checks in my project that make cmake error out with

Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-05-02 Thread Stephen Kelly
Matthias Kretz wrote: On Thursday 25 April 2013 10:30:14 Bill Hoffman wrote: On 4/25/2013 10:05 AM, Matthias Kretz wrote: I'm not sure we're talking about the same thing. I'm talking about ctest_configure - i.e. before build or tests. IIUC you're talking about regex matching at

Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-04-26 Thread Matthias Kretz
On Thursday 25 April 2013 10:30:14 Bill Hoffman wrote: On 4/25/2013 10:05 AM, Matthias Kretz wrote: I'm not sure we're talking about the same thing. I'm talking about ctest_configure - i.e. before build or tests. IIUC you're talking about regex matching at ctest_test? But, if you have a

Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-04-26 Thread Bill Hoffman
On 4/26/2013 4:35 AM, Matthias Kretz wrote: Which is the correct behavior. And I'd like my dashboard to tell me that it works. Without building or testing. The test in this case consists of making sure that my cmake script aborts with the right error message. I thought you might have test

[CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-04-25 Thread Matthias Kretz
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

Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-04-25 Thread Matthias Kretz
On Thursday 25 April 2013 09:46:03 Bill Hoffman wrote: On 4/25/2013 9:15 AM, Matthias Kretz wrote: 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 -

Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-04-25 Thread Bill Hoffman
On 4/25/2013 10:05 AM, Matthias Kretz wrote: I'm not sure we're talking about the same thing. I'm talking about ctest_configure - i.e. before build or tests. IIUC you're talking about regex matching at ctest_test? But, if you have a FATAL_ERROR in the configure step, no build files will be

Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-04-25 Thread Alexander Neundorf
On Thursday 25 April 2013, Matthias Kretz wrote: On Thursday 25 April 2013 09:46:03 Bill Hoffman wrote: On 4/25/2013 9:15 AM, Matthias Kretz wrote: 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