VirtualBox

Changeset 86511 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Oct 10, 2020 11:02:36 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140826
Message:

ValKit/vbox.py: VBoxSVC failure should be checked and reported. [pylint] bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/base.py

    r86503 r86511  
    746746        if sys.platform == 'win32':
    747747            return False;
    748         return os.WIFEXITED(self.uExitCode);
     748        return os.WIFEXITED(self.uExitCode); # pylint: disable=no-member
    749749
    750750    def interrupt(self):
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