VirtualBox

Ignore:
Timestamp:
Jun 7, 2020 2:30:27 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: List autostart entries on Windows guests on testing failures.

File:
1 edited

Legend:

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

    r84695 r84718  
    317317                    oTxsSession.syncExec(sShell, (sShell, sShellOpt, "tasklist.exe", "/FO", "CSV"), fIgnoreErrors = True);
    318318                    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);
    320320                    reporter.log('Downloading logs ...');
    321321                    self.txsDownloadFiles(oSession, 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