RFR: 7903765: wget failed in build.sh in jtreg
Jonathan Gibbons
jjg at openjdk.org
Thu Aug 15 19:11:03 UTC 2024
On Fri, 26 Jul 2024 04:20:14 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> Can I get a review of this change which proposes to address the issue noted in https://bugs.openjdk.org/browse/CODETOOLS-7903765? This is an alternative approach that we decided to take when reviewing the original PR for this issue https://github.com/openjdk/jtreg/pull/211.
>
> In this change, when passing destination directories for downloading source archives of asmtools and jtharness, we pass the absolute path instead of paths containing relative path elements (like `../`). This change prevents `wget` running into an issue when dealing with destination directories containing `../` path element.
Marked as reviewed by jjg (Lead).
-------------
PR Review: https://git.openjdk.org/jtreg/pull/214#pullrequestreview-2241137623
More information about the jtreg-dev
mailing list