VirtualBox

Changeset 84719 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 7, 2020 6:47:59 PM (4 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: List VBox files in System32 on testing failures.

File:
1 edited

Legend:

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

    r84718 r84719  
    318318                    reporter.log('Listing autostart entries:');
    319319                    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);
    320324                    reporter.log('Downloading logs ...');
    321325                    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