VirtualBox

Ignore:
Timestamp:
Jun 26, 2020 4:00:05 PM (4 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: D'oh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r84973 r84976  
    176176
    177177        # We skip Linux Guest Additions testing for VBox < 6.1 for now.
    178         fVersionIgnored = oTestVm.isLinux() and self.fpApiVer <= 6.1;
     178        fVersionIgnored = oTestVm.isLinux() and self.fpApiVer < 6.1;
    179179
    180180        if fVersionIgnored:
    181181            reporter.log('Skipping testing for "%s" because VBox version %s is ignored' % (oTestVm.sKind, self.fpApiVer,));
     182            fRc = True;
    182183        else:
    183184            reporter.testStart('Waiting for TXS');
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