Changeset 84719 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 7, 2020 6:47:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84718 r84719 318 318 reporter.log('Listing autostart entries:'); 319 319 oTxsSession.syncExec(sShell, (sShell, sShellOpt, "wmic.exe", "startup", "get"), fIgnoreErrors = True); 320 reporter.log('Listing autostart entries:'); 321 oTxsSession.syncExec(sShell, (sShell, sShellOpt, "dir", 322 oTestVm.pathJoin(self.getGuestSystemDir(oTestVm), 'VBox*')), 323 fIgnoreErrors = True); 320 324 reporter.log('Downloading logs ...'); 321 325 self.txsDownloadFiles(oSession, oTxsSession,
Note:
See TracChangeset
for help on using the changeset viewer.