What do you mean &quot;prints out the entire text from the Notes file onto the console&quot; -- I&#39;ve never seen that behavior before.<div><br></div><div>What does your full ctest script look like? How are you invoking ctest when you run the script? (Are you using &quot;-V&quot; or &quot;-VV&quot; on the command line args?)</div>
<div><br><br><div class="gmail_quote">On Mon, Mar 7, 2011 at 3:49 AM, sun sun <span dir="ltr">&lt;<a href="mailto:truemailnow@gmail.com">truemailnow@gmail.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,<br>
<br>
The set(CTEST_NOTES_FILES &quot;file-path&quot;) serves the purpose.<br>
<br>
Currently it prints out the entire text from the Notes file onto the<br>
console. Can we supress the output of Only this option ?<br>
<br>
Thanks<br>
<div><div></div><div class="h5"><br>
On 3/1/11, David Cole &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt; wrote:<br>
&gt; Text files can already be &quot;attached to build rows&quot; (as notes) by setting<br>
&gt; CTEST_NOTES_FILES in the driving ctest -S script to the list of text files<br>
&gt; you want to display there. Are you setting CTEST_NOTES_FILES?<br>
&gt;<br>
&gt; We typically do this from dashboard scripts to attach the script itself as a<br>
&gt; note:<br>
&gt;<br>
&gt;   set(CTEST_NOTES_FILES ${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME})<br>
&gt;<br>
&gt;<br>
&gt; HTH,<br>
&gt; David<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Mar 1, 2011 at 9:44 AM, Zach Mullen &lt;<a href="mailto:zach.mullen@kitware.com">zach.mullen@kitware.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hello,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m currently working on a CDash/CTest feature that will allow you to do<br>
&gt;&gt; this.  It will be in the next release of CTest and CDash, or if you wish<br>
&gt;&gt; you<br>
&gt;&gt; can use the trunk version of CDash and the &quot;next&quot; branch of CMake to try<br>
&gt;&gt; it<br>
&gt;&gt; out, it should be ready in the next couple of days.<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Zach Mullen<br>
&gt;&gt; R &amp; D Engineer<br>
&gt;&gt; Kitware Inc.<br>
&gt;&gt; (919) 969-6990 x314<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Mar 1, 2011 at 4:00 AM, sun sun &lt;<a href="mailto:truemailnow@gmail.com">truemailnow@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; I have setup cdash for my project. I would like to submit additional<br>
&gt;&gt;&gt; files (like log files and other text files) to cdash so that<br>
&gt;&gt;&gt; additional details can be seen on the cdash page. How should I go<br>
&gt;&gt;&gt; about it ?<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Cdash mailing list<br>
&gt;&gt;&gt; <a href="mailto:Cdash@public.kitware.com">Cdash@public.kitware.com</a><br>
&gt;&gt;&gt; <a href="http://public.kitware.com/cgi-bin/mailman/listinfo/cdash" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/cdash</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Cdash mailing list<br>
&gt;&gt; <a href="mailto:Cdash@public.kitware.com">Cdash@public.kitware.com</a><br>
&gt;&gt; <a href="http://public.kitware.com/cgi-bin/mailman/listinfo/cdash" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/cdash</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>