RFR: CODETOOLS-7903294: Use `sw_vers` to get OS version on Mac
Jonathan Gibbons
jjg at openjdk.org
Thu Sep 8 18:58:30 UTC 2022
Please review a small change to use
`sw_vers -productVersion`
to obtain the macOS version, instead of using
`defaults read loginwindow SystemVersionStampAsString`
-------------
Commit messages:
- CODETOOLS-7903294: Use `sw_vers` to get OS version on Mac
Changes: https://git.openjdk.org/jtreg/pull/114/files
Webrev: https://webrevs.openjdk.org/?repo=jtreg&pr=114&range=00
Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903294
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jtreg/pull/114.diff
Fetch: git fetch https://git.openjdk.org/jtreg pull/114/head:pull/114
PR: https://git.openjdk.org/jtreg/pull/114
More information about the jtreg-dev
mailing list