path arguments to make
erik.joelsson at oracle.com
erik.joelsson at oracle.com
Mon Jun 26 09:24:39 UTC 2023
The problem lists are expected to be either relative to the test root
(test/jdk in this case) or an absolute path. The command using them
happens to be launched with CWD in the make dir, so you were able to
resolve a file relative to that dir. That isn't intentional.
/Erik
On 6/24/23 04:31, Alan Snyder wrote:
> This command worked:
>
> make exploded-test TEST=jdk_awt
> JTREG="EXTRA_PROBLEM_LISTS=../exclude.txt;OPTIONS=-l”
>
> but it was a surprise that I needed the .. because the path was
> evaluated relative to the make subdirectory.
>
> Is this fixable?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20230626/ffce0380/attachment.htm>
More information about the build-dev
mailing list