- Timestamp:
- Jul 6, 2016 10:15:11 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108562
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r62085 r62089 907 907 oCaseFile.noteReasonForId(self.ktHarmless, oFailedResult.idTestResult); 908 908 909 elif sResultLog.find('** error: no action was specified') > 0: 909 elif sResultLog.find('** error: no action was specified') > 0 \ 910 or sResultLog.find('(len(self._asXml, asText))'): 910 911 oCaseFile.noteReasonForId(self.ktReason_Ignore_Buggy_Test_Driver, oFailedResult.idTestResult); 911 912
Note:
See TracChangeset
for help on using the changeset viewer.