Skip to content
Unverified Commit 5dbf4494 authored by Jason Tedor's avatar Jason Tedor Committed by GitHub
Browse files

Use absolute path for temporary directory in tests (#52228)

We explicitly set the path for the temporary directory to use in test
tasks, but today this path is a relative path, relative to the current
working directory of the test task. The fact that we are using a
relative path here appears to be legacy, simply leftover from the days
of the Maven build. An absolute path is preferred here, since it's
explicit and we do not have to rely on everyone resolving the path
properly relative to the working directory.
parent 28d1fe07
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment