Changeset 94526 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Apr 8, 2022 8:17:12 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/txsclient.py
r94522 r94526 1092 1092 # Note: If fMode is set to 0, it's up to the target OS' implementation with 1093 1093 # what a file mode the destination file gets created (i.e. via umask). 1094 rc = self.sendMsg('CPFILE', ( fMode, sSrcFile, sDstFile,));1094 rc = self.sendMsg('CPFILE', (int(fMode), sSrcFile, sDstFile,)); 1095 1095 if rc is True: 1096 1096 rc = self.recvAckLogged('CPFILE');
Note:
See TracChangeset
for help on using the changeset viewer.