RFR: 7903793: Latent typo in ReportOnlyTest.gmk

Jaikiran Pai jpai at openjdk.org
Tue Aug 20 00:49:58 UTC 2024


On Mon, 19 Aug 2024 22:34:44 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a test-only fix for a mistake in `ReportOnlyTest.gmk`.
> 
> The report directory previously had a double prefix of the value of `$(BUILDTESTDIR)`

Marked as reviewed by jpai (Committer).

Looks fine to me. Several other make files for these self tests use a `$(@:%.ok=%)/report` (a separate /report sub directory), but I'm guessing we don't that in this test.

-------------

PR Review: https://git.openjdk.org/jtreg/pull/222#pullrequestreview-2246773142
PR Comment: https://git.openjdk.org/jtreg/pull/222#issuecomment-2297759650


More information about the jtreg-dev mailing list