Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partially revert "Fix the way locale information is passed to Surefire"
The original commit was done because Surefire incorrectly passes the `user.language` and `user.region` system properties to the tests. At that time, the `user.timezone` also got along for the ride. But it turns out, that that latter property *is* passed correctly. On the other hand, moving it into `argLine` causes IntelliJ IDEA to not pick it up, which in turn means that some tests are not working properly when executed inside the IDE. So: we can move it safely back, and it improves quality of life. This reverts parts of commit d4630aa.
- Loading branch information