Revision: 5d1b3d00b359
Author:   Pekka Klärck
Date:     Tue Apr 19 03:36:38 2011
Log:      NoStatusRC doc typo fix
http://code.google.com/p/robotframework/source/detail?r=5d1b3d00b359

Modified:
 /doc/userguide/RobotFrameworkUserGuide.html
 /doc/userguide/src/ExecutingTestCases/BasicUsage.txt

=======================================
--- /doc/userguide/RobotFrameworkUserGuide.html Mon Apr 18 21:50:38 2011
+++ /doc/userguide/RobotFrameworkUserGuide.html Tue Apr 19 03:36:38 2011
@@ -8598,9 +8598,9 @@
 documentation for how to get the return code.</p>
<p>Starting from Robot Framework 2.5.7, the return code can be set to 0 even if there are critical failures using the <span class="opt">--NoStatusRC</span> command line option.
-This might be useful in e.g. continuous integration servers where
+This might be useful, for example, in continuous integration servers where
 post-processing of results is needed before the overall status of test
-exectuion can be determined.</p>
+execution can be determined.</p>
 </div>
 <div class="section" id="errors-and-warnings-during-execution">
<h4><a class="toc-backref" href="#id436">Errors and warnings during execution</a></h4>
@@ -13881,7 +13881,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2011-04-19 04:50 UTC.
+<p>Generated on: 2011-04-19 10:36 UTC.
 </p>

 </div>
=======================================
--- /doc/userguide/src/ExecutingTestCases/BasicUsage.txt Mon Apr 18 21:50:21 2011 +++ /doc/userguide/src/ExecutingTestCases/BasicUsage.txt Tue Apr 19 03:36:38 2011
@@ -231,10 +231,9 @@

Starting from Robot Framework 2.5.7, the return code can be set to 0 even if there are critical failures using the :opt:`--NoStatusRC` command line option.
-This might be useful in e.g. continuous integration servers where
+This might be useful, for example, in continuous integration servers where
 post-processing of results is needed before the overall status of test
-exectuion can be determined.
-
+execution can be determined.

 Errors and warnings during execution
 ''''''''''''''''''''''''''''''''''''

Reply via email to