mirror of https://github.com/apache/lucene.git
LUCENE-6160: add whitespace to temp test folder names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ddb6b38b88
commit
5a86451cba
|
@ -205,7 +205,7 @@ final class TestRuleTemporaryFilesCleanup extends TestRuleAdapter {
|
|||
"Failed to get a temporary name too many times, check your temp directory and consider manually cleaning it: "
|
||||
+ javaTempDir.toAbsolutePath());
|
||||
}
|
||||
f = javaTempDir.resolve(prefix + "-" + ctx.getRunnerSeedAsString()
|
||||
f = javaTempDir.resolve(prefix + " " + ctx.getRunnerSeedAsString()
|
||||
+ "-" + String.format(Locale.ENGLISH, "%03d", attempt));
|
||||
try {
|
||||
Files.createDirectory(f);
|
||||
|
|
Loading…
Reference in New Issue