VirtualBox

Ignore:
Timestamp:
Jun 4, 2020 11:37:49 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: Added Dr. Watson stuff to find out why VBoxTray sometimes simply doesn't appear to get started.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r84672 r84674  
    315315                    sShellOpt = '/C' if oTestVm.isWindows() or oTestVm.isOS2() else '-c';
    316316                    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);
    318318                    reporter.log('Downloading Dr. Watson log ...');
    319319                    self.txsDownloadFiles(oSession, oTxsSession,
    320                                     [ "C:/Documents and Settings/All Users/Application Data/Microsoft/Dr Watson/drwtsn32.log" ],
    321                                     fIgnoreErrors = True);
     320                                [ ( "C:/Documents and Settings/All Users/Application Data/Microsoft/Dr Watson/drwtsn32.log" ), ],
     321                                fIgnoreErrors = True);
    322322
    323323        return (fRc, oTxsSession);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette