VirtualBox

Changeset 99400 in vbox


Ignore:
Timestamp:
Apr 14, 2023 12:41:19 PM (20 months ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: Also (optionally) collect the "vboxadd-setup" logs when installing the Guest Additions -- might give another clue why installation might not have worked due to driver signing issues.

File:
1 edited

Legend:

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

    r99397 r99400  
    538538        #
    539539        self.txsDownloadFiles(oSession, oTxsSession,
    540                               [('/var/log/vboxadd-install.log', 'vboxadd-install-%s.log' % oTestVm.sVmName), ],
     540                              [ ('/var/log/vboxadd-install.log', 'vboxadd-install-%s.log' % oTestVm.sVmName),
     541                                ('/var/log/vboxadd-setup.log', 'vboxadd-setup-%s.log' % oTestVm.sVmName),
     542                                ('/var/log/vboxadd-uninstall.log', 'vboxadd-uninstall-%s.log' % oTestVm.sVmName), ],
    541543                              fIgnoreErrors = True);
    542544
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