mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
force LC_ALL env variable when running tests
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
b24c0d5416
commit
9840a82e8c
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user