RFR: 7903055: Replace `junit.jar` with `junit-platform-console-standalone` artifact [v2]
Christian Stein
cstein at openjdk.java.net
Thu Mar 3 16:09:04 UTC 2022
On Thu, 3 Mar 2022 15:54:02 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Retain full base name of the JAR file
>
> make/build.sh line 559:
>
>> 557:
>> 558: if [ -n "${JUNIT_JAR_URL:-}" ]; then
>> 559: JUNIT_JAR="${JUNIT_DEPS_DIR}/junit.jar"
>
> It would be nicer to retain the full base name of the jar file if possible
Done via https://github.com/openjdk/jtreg/pull/63/commits/93a391a5213f898caebe83611643921ead6d94a4
-------------
PR: https://git.openjdk.java.net/jtreg/pull/63
More information about the jtreg-dev
mailing list