Skip to content

Commit

Permalink
Use multiJVM=group (#4499)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored Apr 6, 2023
1 parent fdc27c5 commit 44ea825
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jck/jtrunner/config/jck17/compiler.jti
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jck.env.simpleOrAdvanced=advanced
jck.env.testPlatform.display=will_be_set_by_test_automation_at_run_time
jck.env.testPlatform.headless=No
jck.env.testPlatform.jvmti=Yes
jck.env.testPlatform.multiJVM=Yes
jck.env.testPlatform.multiJVM=Yes_group
jck.env.testPlatform.nativeCode=Yes
jck.env.testPlatform.needProxy=No
jck.env.testPlatform.os=Current system
Expand Down
2 changes: 1 addition & 1 deletion jck/jtrunner/config/jck17/runtime.jti
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jck.env.simpleOrAdvanced=advanced
jck.env.testPlatform.display=will_be_set_by_test_automation_at_run_time
jck.env.testPlatform.headless=No
jck.env.testPlatform.jvmti=Yes
jck.env.testPlatform.multiJVM=Yes
jck.env.testPlatform.multiJVM=Yes_group
jck.env.testPlatform.nativeCode=Yes
jck.env.testPlatform.needProxy=No
jck.env.testPlatform.os=Current system
Expand Down
2 changes: 1 addition & 1 deletion jck/jtrunner/config/jck20/compiler.jti
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jck.env.simpleOrAdvanced=advanced
jck.env.testPlatform.display=will_be_set_by_test_automation_at_run_time
jck.env.testPlatform.headless=No
jck.env.testPlatform.jvmti=Yes
jck.env.testPlatform.multiJVM=Yes
jck.env.testPlatform.multiJVM=Yes_group
jck.env.testPlatform.nativeCode=Yes
jck.env.testPlatform.needProxy=No
jck.env.testPlatform.os=Current system
Expand Down
2 changes: 1 addition & 1 deletion jck/jtrunner/config/jck20/runtime.jti
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jck.env.simpleOrAdvanced=advanced
jck.env.testPlatform.display=will_be_set_by_test_automation_at_run_time
jck.env.testPlatform.headless=No
jck.env.testPlatform.jvmti=Yes
jck.env.testPlatform.multiJVM=Yes
jck.env.testPlatform.multiJVM=Yes_group
jck.env.testPlatform.nativeCode=Yes
jck.env.testPlatform.needProxy=No
jck.env.testPlatform.os=Current system
Expand Down

0 comments on commit 44ea825

Please sign in to comment.