Changeset 83528 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 3, 2020 1:30:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r83525 r83528 1336 1336 self.cNumSessions = cNumSessions; 1337 1337 1338 class tdDebugSettings( ):1338 class tdDebugSettings(object): 1339 1339 """ 1340 1340 Contains local test debug settings. … … 1523 1523 return "/bin/sh"; 1524 1524 1525 def prepareGuestForDebugging(self, oSession, oTxsSession, oTestVm): 1525 def prepareGuestForDebugging(self, oSession, oTxsSession, oTestVm): # pylint: disable=unused-argument 1526 1526 """ 1527 1527 Prepares a guest for (manual) debugging.
Note:
See TracChangeset
for help on using the changeset viewer.