VirtualBox

Changeset 53598 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Dec 22, 2014 9:05:31 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97361
Message:

fixed reverted condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstTest1.py

    r53580 r53598  
    7777    def __init__(self, oSet, sVmName, sKind, sInstallIso, sHdCtrlNm, cGbHdd, fFlags):
    7878        vboxtestvms.TestVm.__init__(self, oSet, sVmName, sKind = sKind, sHddControllerType = sHdCtrlNm,
    79                                     fRandomPvPMode = (fFlags & self.kfNoWin81Paravirt) != 0);
     79                                    fRandomPvPMode = (fFlags & self.kfNoWin81Paravirt) == 0);
    8080        self.sDvdImage    = os.path.join(self.ksIsoPathBase, sInstallIso);
    8181        self.cGbHdd       = cGbHdd;
Note: See TracChangeset for help on using the changeset viewer.

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