On Wed, 10 Apr 2024 18:07:33 GMT, Suchismith Roy <s...@openjdk.org> wrote:

> > BUILD_JDK_JTREG_OUTPUT_DIR
> 
> I agree. How can i fetch this path ? I tried 
> System.getEnv("BUILD_JDK_JTREG_OUTPUT_DIR") But it doesn't seem to work.

Hmm. Good question. Maybe it can get extracted from the library path. I noticed 
that other tests use e.g. 
https://github.com/openjdk/jdk/blob/70944ca54ad0090c734bb5b3082beb33450c4877/test/jdk/java/nio/file/Files/TemporaryFiles.java#L40
Maybe using that directory is easier. Does anybody else have a suggestion?

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

PR Comment: https://git.openjdk.org/jdk/pull/17945#issuecomment-2048299821

Reply via email to