Revision: 4429
Author: jussi.ao.malinen
Date: Tue Dec  7 05:12:57 2010
Log: moved --xunitfile before --debugfile
http://code.google.com/p/robotframework/source/detail?r=4429

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

=======================================
--- /trunk/src/robot/runner.py  Tue Dec  7 04:00:09 2010
+++ /trunk/src/robot/runner.py  Tue Dec  7 05:12:57 2010
@@ -144,10 +144,10 @@
                           similarly as --log. Default: report.html
-S --summary file HTML summary report. Not created unless this option
                           is specified. Example: '--summary summary.html'
- -b --debugfile file      Debug file written during execution. Not created
-                          unless this option is specified.
-x --xunitfile file xUnit compatible result file. Not created unless this
                           option is specified.
+ -b --debugfile file      Debug file written during execution. Not created
+                          unless this option is specified.
  -T --timestampoutputs    When this option is used, timestamp in a format
'YYYYMMDD-hhmmss' is added to all generated output
                           files between their basename and extension. For

Reply via email to