<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre><font color="#000000">Hello to everyone,</font></pre>
<pre><font color="#000000">I would like to run Continous tests, but before running CountinousTest stage, 
I need to call make install. So I made ctest script, where I set CTEST_COMMAND:</font></pre>
<pre><font color="#000000"># which ctest command to use for running the dashboard</font></pre>
<pre class="moz-signature" cols="72"><pre><font color="#000000">SET (CTEST_COMMAND</font></pre><pre><font
 color="#000000">      "/usr/bin/ctest -D ${MODEL}Start"
      "/usr/bin/ctest -D ${MODEL}Update"
      "/usr/bin/ctest -D ${MODEL}Configure"
      "/usr/bin/ctest -D ${MODEL}Build"
      "make install"
      "/usr/bin/ctest -D ${MODEL}Test"
      "/usr/bin/ctest -D ${MODEL}Coverage"
      "/usr/bin/ctest -A \"${CTEST_NOTES_FILES}\" -D ${MODEL}Submit"</font></pre><pre><font
 color="#000000">    )</font></pre><pre><font color="#000000">But no results are submitted even if there were updates. If I run just 'ctest -D Continuous' (without running tests), results are normally submitted to Dart. 
Do you have any idea, what am I doing wrong? </font></pre><pre><font
 color="#000000">   </font></pre><pre><font color="#000000">Thanks for any tip</font></pre><font
 color="#000000">-- 
Petr Smrčka &lt;smrcka at 1sig dot cz&gt;
První Signální, a.s.
Czech Republic
</font></pre>
</body>
</html>