<div class="gmail_quote">On Fri, Aug 13, 2010 at 12:42 AM, O&#39;Shea, David <span dir="ltr">&lt;<a href="mailto:OShea.D@emsglobaltracking.com">OShea.D@emsglobaltracking.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all,<br>
<br>
I&#39;m using &#39;ctest -S&#39; to run a script which performs configure, build<br>
(&#39;make all&#39;), test, coverage, and then an additional build (&#39;make<br>
doc&#39;), and submitting the result to CDash 1.6.4.<br>
<br>
Here is what I think is the &quot;interesting&quot; part of the script:<br>
<br>
&gt;&gt;&gt;<br>
ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY})<br>
ctest_start(&quot;Experimental&quot;)<br>
ctest_configure(OPTIONS [...])<br>
ctest_read_custom_files(${CTEST_BINARY_DIRECTORY})<br>
ctest_build(APPEND)<br>
# tried with and without &quot;APPEND&quot; in ctest_build() above<br>
ctest_test()<br>
ctest_coverage()<br>
<br>
set(CTEST_NOTES_FILES<br>
    [...])<br>
<br>
ctest_submit()<br>
<br>
ctest_start(&quot;Experimental&quot; APPEND)<br>
# tried with and without the additional call to ctest_start() above<br>
ctest_build(TARGET &quot;doc&quot;<br>
            APPEND)<br>
ctest_submit(PARTS Build)<br>
&lt;&lt;&lt;<br>
<br>
For the purposes of my test, I&#39;ve made the first ctest_build() report<br>
1 warning plus 2 errors, and the second ctest_build() report 4<br>
warnings.<br>
<br>
The issue I&#39;m having is that, after the first ctest_submit(), the main<br>
dashboard page in CDash shows in the &quot;Build&quot; columns the warnings and<br>
errors from the first ctest_build() (1 warning plus 2 errors), but<br>
once the second ctest_submit() has been executed, only the results of<br>
the second ctest_build() are shown (0 errors and 4 warnings).<br>
<br>
When I click on the build name in the &quot;Build Name&quot; column to see the<br>
details of the build, in the &quot;Current Build&quot; table, it shows the total<br>
errors (2) and warnings (5), which is what I&#39;d expect to see on the<br>
main dashboard page.<br>
<br>
I assume this is a bug, and not by design?<br></blockquote><div><br></div><div><br></div><div>Correct -- this *was* a bug in CDash. I know the fix was committed to svn trunk of CDash within the past several weeks. Is there any way you can try this scenario with an &quot;svn trunk&quot; installation of CDash, or do you not have control over the CDash server...?</div>
<div><br></div><div>It should be fixed in svn trunk of CDash, and in the next official release (1.8, sometime later this year?).</div><div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div><div><br></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
As a workaround, I would have liked to have been able to use<br>
ctest_build() to build both targets at once, but from the<br>
documentation it seems this is not possible, and I can&#39;t make a CMake<br>
target which depends on both &quot;doc&quot; and &quot;all&quot; either.  The only option<br>
I can see then is to have CMakeLists.txt optionally make &quot;all&quot; depend<br>
on &quot;doc&quot; (I don&#39;t want to do this all the time, so would need to pass<br>
this in as an option via ctest_configure()).  Any other suggestions<br>
are welcome!<br>
<br>
Thanks in advance,<br>
David<br>
<br>
<br>
----------------------------------------------<br>
David O&#39;Shea<br>
Senior Engineer<br>
EMS SATCOM Pacific Pty Ltd.<br>
<br>
<a href="mailto:OShea.D@emsglobaltracking.com">OShea.D@emsglobaltracking.com</a><br>
<a href="http://www.emsglobaltracking.com" target="_blank">www.emsglobaltracking.com</a><br>
T: +61 8 8260 8187<br>
_______________________________________________<br>
Cdash mailing list<br>
<a href="mailto:Cdash@public.kitware.com">Cdash@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/cdash" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/cdash</a><br>
</blockquote></div><br>