VirtualBox

Ignore:
Timestamp:
Jan 12, 2015 12:25:57 PM (10 years ago)
Author:
vboxsync
Message:

Validation Kit: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py

    r53771 r53772  
    715715        # a good idea, so let's run it before installing VirtualBox.
    716716        sHostName = socket.getfqdn();
    717         if fRc and not sHostName.startswith('testboxwin3') \
    718                and not sHostName.startswith('testboxharp2') \
    719                and utils.getHostOsVersion() in ['8', '8.1', '9', '2008Server', '2008ServerR2', '2012Server']:
     717        if   not sHostName.startswith('testboxwin3') \
     718          and not sHostName.startswith('testboxharp2') \
     719          and utils.getHostOsVersion() in ['8', '8.1', '9', '2008Server', '2008ServerR2', '2012Server']:
    720720            reporter.log('Peforming extra NDIS cleanup...');
    721721            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.

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