Changeset 104689 in vbox
- Timestamp:
- May 16, 2024 2:19:41 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r99729 r104689 1053 1053 continue; 1054 1054 #reporter.log('Info: %s=%s' % (sProdCode, sProdName)); 1055 if sProdName.startswith('Oracle VM VirtualBox') \ 1056 or sProdName.startswith('Sun VirtualBox'): 1055 if sProdName.startswith('Oracle VirtualBox') \ 1056 or sProdName.startswith('Oracle VM VirtualBox') \ 1057 or sProdName.startswith('Sun VirtualBox'): 1057 1058 asProdCodes.append([sProdCode, sProdName]); 1058 1059
Note:
See TracChangeset
for help on using the changeset viewer.