dweiss commented on PR #15307:
URL: https://github.com/apache/lucene/pull/15307#issuecomment-3383179996

   We can change the defaults to respect TMPDIR... It's the way it is now 
because I thought it'd be easier to locate the generated files if they reside 
within the project. But maybe it's not the best idea. Don't know.
   ```
       Provider<Directory> workDirOption =
           buildOptions.addDirOption(
               "tests.workDir",
               "Working directory for forked test JVMs.",
               buildDirectory.dir("tests-cwd"));
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to