mirror of https://github.com/apache/lucene.git
Fixup of file.encoding property.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1357544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b57a83e50a
commit
9bbc6c7412
|
@ -161,7 +161,7 @@ public final class RunListenerPrintReproduceInfo extends RunListener {
|
|||
}
|
||||
}
|
||||
|
||||
addVmOpt(b, "randomized.file.encoding", System.getProperty("file.encoding"));
|
||||
addVmOpt(b, "tests.file.encoding", System.getProperty("file.encoding"));
|
||||
|
||||
System.err.println(b.toString());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue