VirtualBox

Changeset 92953 in vbox for trunk


Ignore:
Timestamp:
Dec 16, 2021 8:11:17 AM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Fixed a long-standing bug where the testdriver config succeeds even when it actually has to fail (and do proper cleanup) because of missing / failing prerequisites before.

File:
1 edited

Legend:

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

    r92952 r92953  
    24782478            if fRc and sFirmwareType == 'bios':
    24792479                fRc = oSession.setFirmwareType(vboxcon.FirmwareType_BIOS);
    2480             elif sFirmwareType == 'efi':
     2480            elif fRc and sFirmwareType == 'efi':
    24812481                fRc = oSession.setFirmwareType(vboxcon.FirmwareType_EFI);
    24822482            if fRc and self.fEnableDebugger:
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