Originally submitted to Google Code by dennisma... on 5 Nov 2012
I want to set my --outputdir in a seperate file, no problem there. The issue is that RIDE's file ( --argumentfile c:\users\dfm\appdata\local\temp\RIDE1m8tyh.d\argfile.txt ) has an outputdir specified as well and because it is loaded after mine it gets used.
In my Arguments I pass "-A C:\test.txt". And RIDE passes "command: pybot.bat -A C:\test.txt --argumentfile c:\users\dfm\appdata\local\temp\RIDE1m8tyh.d\argfile.txt".
Is there a way to force my file to be used, or to change the order?
该提问来源于开源项目:robotframework/RIDE