Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 410 by bryan.oakley: pybot --outputdir is getting converted to
all lowercase against my wishes
http://code.google.com/p/robotframework/issues/detail?id=410
pybot is converting my output directory to lowercase
Notice in the following example that even though I specify /tmp/Report, the
output goes to /tmp/report.
$ pybot --version
Robot Framework 2.1.1 (Python 2.5.2 on linux2)
$ mkdir /tmp/Report
$ pybot --outputdir=/tmp/Report junk.tsv
==============================================================================
Junk
==============================================================================
Bogus |
FAIL |
Keyword '... A Keyword' expected 1 argument, got 0.
------------------------------------------------------------------------------
Junk |
FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
Output: /tmp/report/output.xml
Report: /tmp/report/report.html
Log: /tmp/report/log.html
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings