Changeset 97440 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Nov 7, 2022 8:09:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r97439 r97440 1734 1734 self.oTstDrv.getGuestTempDir(oTestVm), 'addgst-1', 1735 1735 # Make sure that we use a lowest common denominator across all supported 1736 # platforms, to make testing the randomly generated file paths work reliably. 1736 # platforms, to make testing the randomly generated file paths work 1737 # reliably. 1737 1738 cchMaxPath = cchMaxPath, asCompatibleWith = [ ('cross') ]); 1738 1739 return self.oTestFiles.upload(oTxsSession, self.oTstDrv);
Note:
See TracChangeset
for help on using the changeset viewer.