mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
Forcing UTF-8 and en_US on tests to make testing environment look more
like the Ghidra environment.
This commit is contained in:
parent
1d949be79d
commit
f090280602
1 changed files with 5 additions and 5 deletions
|
@ -286,12 +286,12 @@ def initTestJVM(Task task, String rootDirName) {
|
||||||
'-XX:ParallelGCThreads=8',
|
'-XX:ParallelGCThreads=8',
|
||||||
'-XX:+UseParallelGC',
|
'-XX:+UseParallelGC',
|
||||||
'-Djava.awt.headless=false',
|
'-Djava.awt.headless=false',
|
||||||
// Dont' run this long winded analysis when testing (see DecompilerFunctionAnalyzer)
|
'-DDecompilerFunctionAnalyzer.enabled=false', // prvent long-winded analysis when testing (see DecompilerFunctionAnalyzer)
|
||||||
'-DDecompilerFunctionAnalyzer.enabled=false',
|
'-Dfile.encoding=UTF8',
|
||||||
'-Djava.util.Arrays.useLegacyMergeSort=true',
|
'-Duser.country=US',
|
||||||
|
'-Duser.language=en',
|
||||||
'-Djdk.attach.allowAttachSelf',
|
'-Djdk.attach.allowAttachSelf',
|
||||||
'-javaagent:' + jmockitPath,
|
'-javaagent:' + jmockitPath,
|
||||||
|
|
||||||
'-DLock.DEBUG=true',
|
'-DLock.DEBUG=true',
|
||||||
'-Xdebug',
|
'-Xdebug',
|
||||||
'-Xnoagent',
|
'-Xnoagent',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue