Changeset 98554 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Feb 14, 2023 12:52:05 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r98553 r98554 977 977 else: 978 978 oFailedResult = aoParents[min(5, len(aoParents) - 1)]; 979 979 980 980 # Only report a failure once. 981 981 if oFailedResult.idTestResult not in oCaseFile.dReasonForResultId:
Note:
See TracChangeset
for help on using the changeset viewer.