VirtualBox

Changeset 86508 in vbox for trunk/src


Ignore:
Timestamp:
Oct 9, 2020 4:15:42 PM (4 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r86507 r86508  
    19311931        end of the job.
    19321932        """
    1933         cErrorEntry = reporter.getErrorCount();
     1933        cErrorsEntry = reporter.getErrorCount();
    19341934
    19351935        # Kill any left over VM processes.
     
    19691969
    19701970        # Flag failure if the error count increased.
    1971         if reporter.getErrorCount() > cErrorEntry:
     1971        if reporter.getErrorCount() > cErrorsEntry:
    19721972            fRc = False;
    19731973        return fRc;
Note: See TracChangeset for help on using the changeset viewer.

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