RFR: 7903765: wget failed in build.sh in jtreg
Jaikiran Pai
jpai at openjdk.org
Fri Aug 16 01:56:59 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.
Thank you Jon for the review.
-------------
PR Comment: https://git.openjdk.org/jtreg/pull/214#issuecomment-2292590901
More information about the jtreg-dev
mailing list