- Timestamp:
- Oct 9, 2020 4:15:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r86507 r86508 1931 1931 end of the job. 1932 1932 """ 1933 cError Entry = reporter.getErrorCount();1933 cErrorsEntry = reporter.getErrorCount(); 1934 1934 1935 1935 # Kill any left over VM processes. … … 1969 1969 1970 1970 # Flag failure if the error count increased. 1971 if reporter.getErrorCount() > cError Entry:1971 if reporter.getErrorCount() > cErrorsEntry: 1972 1972 fRc = False; 1973 1973 return fRc;
Note:
See TracChangeset
for help on using the changeset viewer.