Merge pull request #5884 from eclipse/jetty-9.4.x-5883-force-lang-envvar-for-tests

Issue #5883 - force LC_ALL envvar for tests
This commit is contained in:
Ludovic Orban 2021-01-22 08:38:50 +01:00 committed by GitHub
commit 3331c9ca77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -676,6 +676,10 @@
<junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
<jetty.testtracker.log>${jetty.testtracker.log}</jetty.testtracker.log>
</systemPropertyVariables>
<!-- The LC_ALL env variable must have some UTF variant otherwise creating and/or reading files with non-ascii names doesn't work -->
<environmentVariables>
<LC_ALL>en_US.UTF-8</LC_ALL>
</environmentVariables>
</configuration>
</plugin>
<plugin>