Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 230 by c.martin.taylor: pybot with two --argumentfile parameters accepts both but doesn't set variables from 2nd file
http://code.google.com/p/robotframework/issues/detail?id=230

I have a RunTest.bat file that looks something like this (a simplification
for the purposes of this report, but essentially the same as what I really
have):

pybot ^
 --name My_Test_Name ^
 --variable Var1:Value1 ^
 --argumentfile ArgFile1.txt ^
 --argumentfile ArgFile2.txt ^
 ../../TestsToRun.html

ArgFile1.txt has
--variable Var2:Value2

and ArgFile2.txt has
--variable Var3:Value3

Some of the resource file paths imported by ../../TestsToRun.html depend on
${Var1}, ${Var2}, ${Var3}.

What I observe is that the resource files imported using references to
${Var1} and ${Var2} work OK but resource files imported using references to
${Var3} fail with a message that ${Var3} does not exist.

--
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

Reply via email to