Comment #1 on issue 230 by pekka.klarck: 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

This sounds really strange. I don't see how argument files would affect this, as they are handled before actually passing arguments to RF. Your case should be 100%
equivalent to

pybot ^
 --name My_Test_Name ^
 --variable Var1:Value1 ^
 --variable Var2:Value2 ^
 --variable Var3:Value3 ^
 ../../TestsToRun.html


Could you double check is there possibly something else wrong in your setup? You could e.g. try running the same suite without argument files. If the problem isn't in your setup, could you please create a minimal example suite and start-up script that
demonstrates the problem and attach them here as a zip package?

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