Changeset 84979 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Jun 27, 2020 9:24:00 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84967 r84979 1712 1712 cchMaxPath -= cchHst - cchGst; 1713 1713 reporter.log('cchMaxPath=%s (cchHst=%s, cchGst=%s)' % (cchMaxPath, cchHst, cchGst,)); 1714 asCompatibleWith = None;1715 if oTestVm.isWindows():1716 asCompatibleWith = [ 'win' ];1717 1714 self.oTestFiles = vboxtestfileset.TestFileSet(oTestVm, 1718 1715 self.oTstDrv.getGuestTempDir(oTestVm), 'addgst-1', 1719 cchMaxPath = cchMaxPath, asCompatibleWith = asCompatibleWith);1716 cchMaxPath = cchMaxPath, asCompatibleWith = [ oTestVm.getGuestOs() ]); 1720 1717 return self.oTestFiles.upload(oTxsSession, self.oTstDrv); 1721 1718
Note:
See TracChangeset
for help on using the changeset viewer.