Revision: 4584
Author: [email protected]
Date: Wed Feb  2 03:36:00 2011
Log: Update --test commandline help
http://code.google.com/p/robotframework/source/detail?r=4584

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

=======================================
--- /trunk/src/robot/rebot.py   Tue Dec  7 04:00:09 2010
+++ /trunk/src/robot/rebot.py   Wed Feb  2 03:36:00 2011
@@ -48,11 +48,11 @@
                           spaces. Value can contain same HTML formatting as
                           --doc. Example: '--metadata version:1.2'
  -G --settag tag *        Sets given tag(s) to all executed test cases.
- -t --test name *         Select test cases by name. Name is case and space
- insensitive and it can also be a simple pattern where - '*' matches anything and '?' matches any character. - If using '*' and '?' in the console is problematic
-                          see --escape and --argumentfile.
+ -t --test name * Select test cases to run by name or long name. Name + is case and space insensitive and it can also be a
+                          simple pattern where '*' matches anything and '?'
+ matches any char. If using '*' and '?' in the console
+                          is problematic see --escape and --argumentfile.
-s --suite name * Select test suites by name. When this option is used with --test, --include or --exclude, only test cases in matching suites and also matching other filtering
=======================================
--- /trunk/src/robot/runner.py  Tue Dec  7 05:12:57 2010
+++ /trunk/src/robot/runner.py  Wed Feb  2 03:36:00 2011
@@ -65,11 +65,11 @@
                           spaces. Value can contain same HTML formatting as
                           --doc. Example: '--metadata version:1.2'
  -G --settag tag *        Sets given tag(s) to all executed test cases.
- -t --test name * Select test cases to run by name. Name is case and - space insensitive and it can also be a simple pattern - where '*' matches anything and '?' matches any char. - If using '*' and '?' in the console is problematic
-                          see --escape and --argumentfile.
+ -t --test name * Select test cases to run by name or long name. Name + is case and space insensitive and it can also be a
+                          simple pattern where '*' matches anything and '?'
+ matches any char. If using '*' and '?' in the console
+                          is problematic see --escape and --argumentfile.
-s --suite name * Select test suites to run by name. When this option
                           is used with --test, --include or --exclude, only
test cases in matching suites and also matching other

Reply via email to