Changeset 84772 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- Jun 10, 2020 6:36:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84739 r84772 1484 1484 reporter.log('Skipping any remaining tests since the previous one failed.'); 1485 1485 break; 1486 1487 # Upload VBoxService logs on failure. 1488 if not fRc \ 1489 and self.oDebug.sVBoxServiceLogPath: 1490 sVBoxServiceLogsTarGz = 'VBoxServiceLogs-%s.tar.gz' % oTestVm.sVmName; 1491 sVBoxServiceLogsTarGzAbs = oTestVm.pathJoin(self.oTstDrv.getGuestTempDir(oTestVm), sVBoxServiceLogsTarGz); 1492 if self.oTstDrv.txsPackFile(oSession, oTxsSession, \ 1493 sVBoxServiceLogsTarGzAbs, self.oDebug.sVBoxServiceLogPath, fIgnoreErrors = True): 1494 self.oTstDrv.txsDownloadFiles(oSession, oTxsSession, [ (sVBoxServiceLogsTarGzAbs, sVBoxServiceLogsTarGz) ], \ 1495 fIgnoreErrors = True); 1486 1496 1487 1497 return (fRc, oTxsSession);
Note:
See TracChangeset
for help on using the changeset viewer.