Changeset 53259 in vbox
- Timestamp:
- Nov 6, 2014 8:00:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r52776 r53259 786 786 787 787 # TEMPORARY HACK - START 788 if fRc and utils.getHostOsVersion() in ['8', '8.1', '9', '2008Server R2', '2012Server']:788 if fRc and utils.getHostOsVersion() in ['8', '8.1', '9', '2008Server', '2008ServerR2', '2012Server']: 789 789 reporter.log('Peforming extra NDIS cleanup...'); 790 790 sMagicScript = os.path.abspath(os.path.join(g_ksValidationKitDir, 'testdriver', 'win-vbox-net-uninstall.ps1'));
Note:
See TracChangeset
for help on using the changeset viewer.