Changeset 70657 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Jan 20, 2018 7:02:11 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript.py
r70548 r70657 9 9 abnormally or due to an UPGRADE request. 10 10 """ 11 12 from __future__ import print_function; 11 13 12 14 __copyright__ = \ … … 67 69 """ 68 70 if self.oTask is not None: 69 print('Wait for child task...') 71 print('Wait for child task...'); 70 72 self.oTask.terminate() 71 73 self.oTask.wait() 72 print('done. Exiting') 74 print('done. Exiting'); 73 75 self.oTask = None; 74 76
Note:
See TracChangeset
for help on using the changeset viewer.