Changeset 77618 in vbox for trunk/src/VBox
- Timestamp:
- Mar 8, 2019 12:02:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r77615 r77618 2221 2221 reporter.log('Creating reboot thread ...'); 2222 2222 oThreadReboot = threading.Thread(target = self.threadForTestGuestCtrlSessionReboot, 2223 args=(oGuestProcess ),2223 args=(oGuestProcess,), 2224 2224 name=('threadForTestGuestCtrlSessionReboot')); 2225 2225 oThreadReboot.setDaemon(True);
Note:
See TracChangeset
for help on using the changeset viewer.