Revision: 3888
Author: pekka.klarck
Date: Tue Aug 24 06:22:53 2010
Log: tweak
http://code.google.com/p/robotframework/source/detail?r=3888
Modified:
/trunk/src/robot/runner.py
=======================================
--- /trunk/src/robot/runner.py Tue Aug 24 05:04:11 2010
+++ /trunk/src/robot/runner.py Tue Aug 24 06:22:53 2010
@@ -97,17 +97,15 @@
can be given as a pattern like e.g. with --test.
-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', 'exitonfailure', 'dryrun', and
- 'skipteardownonexit'. 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. 'skipteardownonexit' causes
- teardowns to be skipped when test execution is
- stopped.
+ --runmode mode * Possible values
are 'Random:Test', 'Random:Suite',
+ 'Random:All', 'ExitOnFailure', 'SkipTeardownOnExit',
+ and 'DryRun' (case-insensitive). First three
change
+ the execution order of tests, suites, or both.
+ 'ExitOnFailure' stops test execution if a
critical
+ test fails. 'SkipTeardownOnExit' causes
teardowns to
+ be skipped if test execution is stopped
prematurely.
+ In the 'DryRun' test data is verified and tests
run
+ so that library keywords are not executed.
-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