weixin_39747383 2020-11-30 10:54
浏览 0

Overriding --outputdir in argumentfile is not possible

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

  • 写回答

8条回答 默认 最新

  • weixin_39747383 2020-11-30 10:54
    关注

    Originally submitted to Google Code by on 6 Nov 2012

    Currently output dir must be added by using the Arguments field (add -d or --outputdir option).

    评论

报告相同问题?