VirtualBox

Ignore:
Timestamp:
Jan 20, 2018 7:02:11 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120393
Message:

testdriver: fixes:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxscript.py

    r70548 r70657  
    99abnormally or due to an UPGRADE request.
    1010"""
     11
     12from __future__ import print_function;
    1113
    1214__copyright__ = \
     
    6769        """
    6870        if self.oTask is not None:
    69             print('Wait for child task...')
     71            print('Wait for child task...');
    7072            self.oTask.terminate()
    7173            self.oTask.wait()
    72             print('done. Exiting')
     74            print('done. Exiting');
    7375            self.oTask = None;
    7476
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette