Changeset 93770 in vbox for trunk/src/VBox
- Timestamp:
- Feb 15, 2022 10:15:16 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r93769 r93770 1576 1576 1577 1577 # 1578 # Windows python/com screwup. 1579 # 1580 if sMainLog.find('ModuleNotFoundError: No module named \'win32com.gen_py') > 0: 1581 oCaseFile.noteReason(self.ktReason_Host_win32com_gen_py); 1582 return self.caseClosed(oCaseFile); 1583 1584 # 1578 1585 # Check VBoxSVC.log and VBoxHardening.log for VM crashes if inconclusive on single VM runs. 1579 1586 #
Note:
See TracChangeset
for help on using the changeset viewer.