Changeset 96987 in vbox for trunk/src/VBox/ValidationKit/common
- Timestamp:
- Oct 4, 2022 6:04:54 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r96973 r96987 268 268 elif sOs == 'darwin': 269 269 def getMacVersionName(sVersion): 270 """ 271 Figures out the Mac OS X/macOS code name from the numeric version. 272 """ 270 273 aOsVersion = sVersion.split('.') # example: ('10','15','7') 271 274 codenames = {"4": "Tiger",
Note:
See TracChangeset
for help on using the changeset viewer.