Changeset 93776 in vbox for trunk/src/VBox
- Timestamp:
- Feb 15, 2022 11:28:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r93775 r93776 1204 1204 enmReason = None; 1205 1205 sParentName = oFailedResult.oParent.sName if oFailedResult.oParent else ''; 1206 if oFailedResult.sName == 'VBoxWindowsAdditions.exe' :1206 if oFailedResult.sName == 'VBoxWindowsAdditions.exe' or sResultLog.find('VBoxWindowsAdditions.exe" failed with') > 0: 1207 1207 enmReason = self.ktReason_Add_Installer_Win_Failed; 1208 1208 # guest control:
Note:
See TracChangeset
for help on using the changeset viewer.