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:
Dawid Weiss 2012-07-05 10:40:44 +00:00
parent b57a83e50a
commit 9bbc6c7412
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}