Changeset 84674 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Jun 4, 2020 11:37:49 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84672 r84674 315 315 sShellOpt = '/C' if oTestVm.isWindows() or oTestVm.isOS2() else '-c'; 316 316 reporter.log('Loaded processes:'); 317 oTxsSession.syncExec(sShell, (sShell, sShellOpt, "tasklist.exe", "/ V"), fIgnoreErrors = True);317 oTxsSession.syncExec(sShell, (sShell, sShellOpt, "tasklist.exe", "/FO", "CSV"), fIgnoreErrors = True); 318 318 reporter.log('Downloading Dr. Watson log ...'); 319 319 self.txsDownloadFiles(oSession, oTxsSession, 320 [ "C:/Documents and Settings/All Users/Application Data/Microsoft/Dr Watson/drwtsn32.log"],321 320 [ ( "C:/Documents and Settings/All Users/Application Data/Microsoft/Dr Watson/drwtsn32.log" ), ], 321 fIgnoreErrors = True); 322 322 323 323 return (fRc, oTxsSession);
Note:
See TracChangeset
for help on using the changeset viewer.