<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Aug 31, 2014 at 8:01 PM, Kevin C. Tjoe <span dir="ltr"><<a href="mailto:k.tjoe@acfr.usyd.edu.au" target="_blank">k.tjoe@acfr.usyd.edu.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Zack,<div><br></div><div>Thanks for your reply.</div><div>I am not fully understand so i would like to ask some further questions.</div>
<div><br></div><div>- So, instead of "attaching" the note file itself (lets say mynote.txt that contains "this is my note"), we use this "<span style="font-size:13px;font-family:arial,sans-serif">set(CTEST_NOTES_FILES ....</span><span style="font-size:13px;font-family:arial,sans-serif">" to "attach" a script?</span></div>


<div><span style="font-size:13px;font-family:arial,sans-serif">- </span><span style="font-family:arial,sans-serif;font-size:13px">The script then will be run, to generate a note (by injecting a new record to the database)?</span></div>


<div><span style="font-family:arial,sans-serif;font-size:13px">- What type of script file it can use (bash? python?)</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">- Do you have an example of the script file (the script code) ? i tried to google for an example,but unfortunately could not find any</span></div>


<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Sorry if too much asking, not familiar with this feature yet...</span></div></div>
</blockquote><div><br></div><div><br></div><div>The note file is uploaded as plain text.  In your example, you would simply do</div><div><br></div><div>set(CTEST_NOTES_FILES "/my/path/to/mynote.txt")</div><div><br>
</div><div>And then the contents of mynote.txt will be added to this build as a note.</div><div><br></div><div>Even if you upload a script using this feature it will still be treated as plain text.  No need to worry about bash vs. python vs. ctest scripting, as neither CTest or CDash will make an effort to execute your note file.</div>
<div><br></div><div>HTH,</div><div>-Zack</div></div></div></div>