Revision: 3860
Author: jprantan
Date: Mon Aug 23 01:29:28 2010
Log: Added missing dryrun mode.
http://code.google.com/p/robotframework/source/detail?r=3860

Modified:
 /trunk/src/robot/runner.py

=======================================
--- /trunk/src/robot/runner.py  Wed Jun  9 10:18:43 2010
+++ /trunk/src/robot/runner.py  Mon Aug 23 01:29:28 2010
@@ -98,11 +98,13 @@
-n --noncritical tag * Tests with given tag are not critical even if they have a tag set with --critical. Tag can be a pattern. --runmode mode Possible values are 'random:test', 'random:suite', - 'random:all' and 'exitonfailure'. Any other value is - ignored. First three change the execution order of - suites or tests (or both). 'exitonfailure' causes the - execution of tests to be stopped if a critical test
-                          fails.
+ 'random:all', 'exitonfailure' and dryrun. Any other + value is ignored. First three change the execution + order of suites or tests (or both). 'exitonfailure'
+                          causes the execution of tests to be stopped if a
+ critical test fails. In 'dryrun' mode, tests are run + normally otherwise, but the keywords coming from test
+                          libraries are not executed at all.
  -v --variable name:value *  Set variables in the test data. Only scalar
                           variables are supported and name is given without
'${}'. See --escape for how to use special characters

Reply via email to