Updates:
Status: Accepted
Labels: Target-2.1
Comment #1 on issue 214 by pekka.klarck: new builtin variable - ${EXECDIR}
http://code.google.com/p/robotframework/issues/detail?id=214
This is easy to add so let's do it. I'm not entirely happy with ${EXECDIR}
as the
name, but cannot figure out anything better either. Anyway, this variable
should
contain an absolute path to the directory where tests are started from. I
don't think
it needs to change if the actual current directory is somehow changed
during execution.
Notice that if you don't need an absolute path you can most of the time use
just '.'
in the data. Additionally you can use something like below (in unixes) to
add this
variable already now:
pybot --variable EXECDIR:`pwd` mytests.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