VirtualBox

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


Ignore:
Timestamp:
Apr 3, 2020 1:30:35 PM (5 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: Added the ability to specify local VBoxService builds to get deployed within using the new "--add-guest-ctrl-debug-img" parameter. Helps for having a quicker turnaround time when debugging stuff [build fix].

File:
1 edited

Legend:

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

    r83525 r83528  
    13361336        self.cNumSessions = cNumSessions;
    13371337
    1338 class tdDebugSettings():
     1338class tdDebugSettings(object):
    13391339    """
    13401340    Contains local test debug settings.
     
    15231523        return "/bin/sh";
    15241524
    1525     def prepareGuestForDebugging(self, oSession, oTxsSession, oTestVm):
     1525    def prepareGuestForDebugging(self, oSession, oTxsSession, oTestVm): # pylint: disable=unused-argument
    15261526        """
    15271527        Prepares a guest for (manual) debugging.
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