Changeset 83308 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Mar 17, 2020 1:50:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r83295 r83308 1535 1535 cchMaxPath -= cchHst - cchGst; 1536 1536 reporter.log('cchMaxPath=%s (cchHst=%s, cchGst=%s)' % (cchMaxPath, cchHst, cchGst,)); 1537 asCompatibleWith = None; 1538 if oTestVm.isWindows(): 1539 asCompatibleWith = [ 'win' ]; 1537 1540 self.oTestFiles = vboxtestfileset.TestFileSet(oTestVm, 1538 1541 self.getGuestTempDir(oTestVm), 'addgst-1', 1539 cchMaxPath = cchMaxPath );1542 cchMaxPath = cchMaxPath, asCompatibleWith = asCompatibleWith); 1540 1543 return self.oTestFiles.upload(oTxsSession, self.oTstDrv); 1541 1544
Note:
See TracChangeset
for help on using the changeset viewer.