VirtualBox

Ignore:
Timestamp:
Jun 24, 2020 5:57:33 PM (4 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl.py: Return expected result when handling empty sources in gctrlCopy[Dir|File]From().

File:
1 edited

Legend:

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

    r84931 r84932  
    17151715        if not oTest.sSrc:
    17161716            reporter.log2('Skipping guest file "%s"' % (limitString(oTest.sSrc)));
    1717             return True;
     1717            return fExpected;
    17181718
    17191719        #
     
    18181818        if not oTest.sSrc:
    18191819            reporter.log2('Skipping guest dir "%s"' % (limitString(oTest.sSrc)));
    1820             return True;
     1820            return fExpected;
    18211821
    18221822        #
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