Changeset 86511 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Oct 10, 2020 11:02:36 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140826
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r86503 r86511 746 746 if sys.platform == 'win32': 747 747 return False; 748 return os.WIFEXITED(self.uExitCode); 748 return os.WIFEXITED(self.uExitCode); # pylint: disable=no-member 749 749 750 750 def interrupt(self):
Note:
See TracChangeset
for help on using the changeset viewer.