Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM args ignored on Windows when set via launchIde constructor #376

Open
daveames opened this issue Nov 16, 2023 · 0 comments
Open

VM args ignored on Windows when set via launchIde constructor #376

daveames opened this issue Nov 16, 2023 · 0 comments
Assignees

Comments

@daveames
Copy link

When launching the IDE for robot tests using launchIde the VM args aren't set on the IDE.

The launcher sets the VM options using a file set in by a enviroment variable, IDEA_VM_OPTIONS (see https://www.jetbrains.com/help/idea/tuning-the-ide.html#configure-jvm-options).

On Windows this variable isn't set, instead a IDEA64_VM_OPTIONS is set on windows,

(https://github.com/JetBrains/intellij-ui-test-robot/blame/ff1d138be8155bc9b1fba9a321646f655ae42aaa/ide-launcher/src/main/kotlin/com/intellij/remoterobot/launcher/Ide.kt#L32). This file looks to never be read by the IDE.

I have tested running IntelliJ with IDEA_VM_OPTIONS and then tried with IDEA64_VM_OPTIONS set. When IDEA64_VM_OPTIONS is set my VM args are ignored. When IDEA_VM_OPTIONS is set the VM args are set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants