VirtualBox

Ignore:
Timestamp:
Nov 15, 2022 1:21:01 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/vbox.py: Also upload the VM session's debug log on failures [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r97544 r97545  
    31923192                # in order to use the helper for adding the log files to the report.
    31933193                from testdriver.vboxwrappers import SessionWrapper;
    3194                 oTmp = SessionWrapper(oSession, oVM, self.oVBox, self.oVBoxMgr, self, True, sName, sLogFile);
     3194                oTmp = SessionWrapper(oSession, oVM, self.oVBox, self.oVBoxMgr, self, True, sName, self.sSessionLogFile);
    31953195                oTmp.addLogsToReport();
    31963196
     
    32213221        if oWrapped is None:
    32223222            from testdriver.vboxwrappers import SessionWrapper;
    3223             oWrapped = SessionWrapper(oSession, oVM, self.oVBox, self.oVBoxMgr, self, True, sName, sLogFile);
     3223            oWrapped = SessionWrapper(oSession, oVM, self.oVBox, self.oVBoxMgr, self, True, sName, self.sSessionLogFile);
    32243224
    32253225        oWrapped.registerEventHandlerForTask();
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