Changeset 84718 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Jun 7, 2020 2:30:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84695 r84718 317 317 oTxsSession.syncExec(sShell, (sShell, sShellOpt, "tasklist.exe", "/FO", "CSV"), fIgnoreErrors = True); 318 318 reporter.log('Listing autostart entries:'); 319 oTxsSession.syncExec( "wmic.exe", ("wmic.exe", "startup", "get"), fIgnoreErrors = True);319 oTxsSession.syncExec(sShell, (sShell, sShellOpt, "wmic.exe", "startup", "get"), fIgnoreErrors = True); 320 320 reporter.log('Downloading logs ...'); 321 321 self.txsDownloadFiles(oSession, oTxsSession,
Note:
See TracChangeset
for help on using the changeset viewer.