Changeset 84805 in vbox
- Timestamp:
- Jun 12, 2020 6:28:24 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84772 r84805 1488 1488 if not fRc \ 1489 1489 and self.oDebug.sVBoxServiceLogPath: 1490 sVBoxServiceLogsTarGz = ' VBoxServiceLogs-%s.tar.gz' % oTestVm.sVmName;1490 sVBoxServiceLogsTarGz = 'ga-vboxservice-logs-%s.tar.gz' % oTestVm.sVmName; 1491 1491 sVBoxServiceLogsTarGzAbs = oTestVm.pathJoin(self.oTstDrv.getGuestTempDir(oTestVm), sVBoxServiceLogsTarGz); 1492 1492 if self.oTstDrv.txsPackFile(oSession, oTxsSession, \
Note:
See TracChangeset
for help on using the changeset viewer.