VirtualBox

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


Ignore:
Timestamp:
Sep 13, 2019 5:08:45 PM (5 years ago)
Author:
vboxsync
Message:

ValKit/vbox.py: Adjusting version check for the IMachine::launchVMProcess change preps. bugref:9341

File:
1 edited

Legend:

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

    r80782 r80783  
    28082808                        oProgress = self.oVBox.openRemoteSession(oSession, sUuid, sType, '\n'.join(asEnvFinal));
    28092809                    else:
    2810                         if self.uApiRevision >= self.makeApiRevision(6, 0, 97, 1):
     2810                        if self.uApiRevision >= self.makeApiRevision(6, 1, 0, 1):
    28112811                            oProgress = oVM.launchVMProcess(oSession, sType, asEnvFinal);
    28122812                        else:
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