Changeset 93734 in vbox
- Timestamp:
- Feb 14, 2022 4:32:58 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149906
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r93115 r93734 239 239 240 240 ## @todo Final test: Uninstallation. 241 242 # Download the TxS (Test Execution Service) log. This is not fatal when not being present. 243 if not fRc: 244 self.txsDownloadFiles(oSession, oTxsSession, 245 [ (oTestVm.pathJoin(self.getGuestTempDir(oTestVm), 'vbox-txs-release.log'), 246 'vbox-txs-%s.log' % oTestVm.sVmName) ], 247 fIgnoreErrors = True); 241 248 242 249 # Cleanup.
Note:
See TracChangeset
for help on using the changeset viewer.