Integrated: 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.
This pull request has now been integrated.
Changeset: ca8c1ecf
Author: Jaikiran Pai <jpai at openjdk.org>
URL: https://git.openjdk.org/jtreg/commit/ca8c1ecf924c4ea40fc13a907559aaa90f3d0196
Stats: 11 lines in 3 files changed: 3 ins; 0 del; 8 mod
7903765: wget failed in build.sh in jtreg
Reviewed-by: jjg
-------------
PR: https://git.openjdk.org/jtreg/pull/214
More information about the jtreg-dev
mailing list