Revision: 3861
Author: pekka.klarck
Date: Mon Aug 23 03:15:52 2010
Log: consistent quoting
http://code.google.com/p/robotframework/source/detail?r=3861

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

=======================================
--- /trunk/src/robot/runner.py  Mon Aug 23 01:29:28 2010
+++ /trunk/src/robot/runner.py  Mon Aug 23 03:15:52 2010
@@ -98,7 +98,7 @@
-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 + '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

Reply via email to