forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[junit-run] apply platform args to junit run java exec (pantsbuild#8421)
### Problem When a test is using a particular jvm platform, it should also use that platform's args. See pantsbuild#8419 ### Solution This patch changes the junit run task to include those args in the jvm_options kwarg passed to execute the test suite. ### Result The args are now passed to Java. ### Follow on work I think this isn't the only place with this issue. I found it in jvm run as well.
- Loading branch information
1 parent
56ab110
commit abab906
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters