VirtualBox

Changeset 84568 in vbox


Ignore:
Timestamp:
May 27, 2020 3:06:29 PM (5 years ago)
Author:
vboxsync
Message:

common/utils.py: add OS type for macOS 10.15 and new placeholders to avoid running into testboxscript start failures on future macOS releases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r83585 r84568  
    269269                     "12": "Sierra",
    270270                     "13": "High Sierra",
    271                      "14": "Unknown 14", }
     271                     "14": "Mojave",
     272                     "15": "Catalina",
     273                     "16": "Unknown 16",
     274                     "17": "Unknown 17",
     275                     "18": "Unknown 18",
     276                     "19": "Unknown 19", }
    272277        sVersion += ' / OS X ' + sOsxVersion + ' (' + codenames[sOsxVersion.split('.')[1]] + ')'
    273278
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette