<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 28, 2014 at 9:47 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hi all,</div><div><br></div><div>when we click at a build in cdash dashboard, next to the build name (on top of the page), it has the "View notes" link (with link example: <a href="http://cdash.mydomain.com/viewNotes.php?buildid=156922" target="_blank">http://cdash.mydomain.com/viewNotes.php?buildid=156922</a>).</div>


<div><br></div><div>at the moment, the information on the page only simple like below:</div><div><br></div><div><table border="0" style="color:rgb(0,0,0);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px">


<tbody><tr><td align="left"><b>Site: </b>win7-01</td></tr><tr><td align="left"><b>Build Name: </b>develop_win7_DevEnv10_Debug_Nightly</td></tr><tr><td align="left"><b>Stamp: </b>20140828-1200-Nightly<br><br><span style="color:rgb(34,34,34);font-family:arial;font-size:small">How to add more information to this page (note page)?<br>


</span>Example i would like to add "Time" or "Build machine"?<br><br>Do i have to modify the "viewNotes.php" ?<br></td></tr></tbody></table></div></div></blockquote><div><br></div><div><br></div>
<div>Nope, this is a variable you can set from your CTest driver script.  Typically we use this field to upload this script itself to CDash.  Here's an example of how to do that:</div><div><br></div><div>set(CTEST_NOTES_FILES "${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}")</div>
<div><br></div><div>Or if you're not using ctest in -S mode, you can also specify a note using the ctest command line:</div><div><br></div><div><div>$ ctest --help | grep note</div><div>  -A <file>, --add-notes <file></div>
<div>                              = Add a notes file with submission</div></div><div><br></div><div>HTH,</div><div>-Zack</div></div></div></div>