Commit 77c8516
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.1 parent a7f1afb commit 77c8516
File tree
1 file changed
+2
-3
lines changed- buildSrc/src/main/groovy/org/elasticsearch/gradle
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
735 | | - | |
736 | 735 | | |
737 | | - | |
738 | 736 | | |
739 | 737 | | |
740 | 738 | | |
741 | 739 | | |
742 | 740 | | |
743 | 741 | | |
744 | 742 | | |
745 | | - | |
746 | 743 | | |
747 | 744 | | |
748 | 745 | | |
| |||
753 | 750 | | |
754 | 751 | | |
755 | 752 | | |
| 753 | + | |
| 754 | + | |
756 | 755 | | |
757 | 756 | | |
758 | 757 | | |
| |||
0 commit comments