Skip to content

Commit

Permalink
force test server locale
Browse files Browse the repository at this point in the history
  • Loading branch information
erenkarakal committed Jan 30, 2025
1 parent 5c2ce78 commit 4688cf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/ch/njol/skript/test/platform/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ public TestResults runTests(Path runnerRoot, Path testsRoot, boolean devMode, bo
args.add("-Ddisable.watchdog=true");
if (debug)
args.add("-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000");
args.add("-Duser.language=en");
args.add("-Duser.country=US");
args.addAll(jvmArgs);
args.addAll(Arrays.asList(commandLine));

Expand Down

0 comments on commit 4688cf3

Please sign in to comment.