RFR: CODETOOLS-7903228: RerunTest2 fails with an alternate build directory

Jonathan Gibbons jjg at openjdk.org
Fri Jul 1 22:11:15 UTC 2022


Please review a test fix for another test that fails when run with an alternate location for the build directory.

The fix is as before, ensure to use absolute paths after using `cd` within a make rule.

With this fix in place, there should be  no more test failures when running with an alternate build directory.

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

Commit messages:
 - CODETOOLS-7903228: RerunTest2 fails with an alternate build directory

Changes: https://git.openjdk.org/jtreg/pull/95/files
 Webrev: https://webrevs.openjdk.org/?repo=jtreg&pr=95&range=00
  Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903228
  Stats: 6 lines in 1 file changed: 1 ins; 2 del; 3 mod
  Patch: https://git.openjdk.org/jtreg/pull/95.diff
  Fetch: git fetch https://git.openjdk.org/jtreg pull/95/head:pull/95

PR: https://git.openjdk.org/jtreg/pull/95


More information about the jtreg-dev mailing list