VirtualBox

Changeset 94399 in vbox for trunk


Ignore:
Timestamp:
Mar 30, 2022 3:42:11 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/txsclient: Fixed parameter handling for taskCopyFile().

File:
1 edited

Legend:

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

    r93897 r94399  
    10871087    #def "LIST    "
    10881088
    1089     def taskCopyFile(self, sSrcFile, sDstFile, fMode):
     1089    def taskCopyFile(self, sSrcFile, sDstFile, fMode, fFallbackOkay):
    10901090        """ Copies a file within the remote from source to destination. """
     1091        _ = fFallbackOkay; # Not used yet.
    10911092        # Note: If fMode is set to 0, it's up to the target OS' implementation with
    10921093        #       what a file mode the destination file gets created (i.e. via umask).
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