Changeset 53558 in vbox
- Timestamp:
- Dec 17, 2014 7:50:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r53259 r53558 38 38 import sys 39 39 import re 40 import socket 40 41 import tempfile 41 42 import time … … 786 787 787 788 # TEMPORARY HACK - START 788 if fRc and utils.getHostOsVersion() in ['8', '8.1', '9', '2008Server', '2008ServerR2', '2012Server']: 789 sHostName = socket.getfqdn(); 790 if fRc and sHostName.startswidth('testboxwin3') \ 791 and utils.getHostOsVersion() in ['8', '8.1', '9', '2008Server', '2008ServerR2', '2012Server']: 789 792 reporter.log('Peforming extra NDIS cleanup...'); 790 793 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.