Revision: 3887
Author: jussi.ao.malinen
Date: Tue Aug 24 05:04:11 2010
Log: documented skipteardownonexit
http://code.google.com/p/robotframework/source/detail?r=3887
Modified:
/trunk/src/robot/runner.py
=======================================
--- /trunk/src/robot/runner.py Tue Aug 24 03:42:18 2010
+++ /trunk/src/robot/runner.py Tue Aug 24 05:04:11 2010
@@ -98,13 +98,16 @@
-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' 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. TODO:
skipteardown
+ '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.
-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