Github user hustfxj commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1189#discussion_r55138526
  
    --- Diff: dev-tools/travis/print-errors-from-test-reports.py ---
    @@ -55,6 +55,10 @@ def print_error_reports_from_report_file(file_path):
             if fail is not None:
                 print_detail_information(testcase, fail)
     
    +        failure = testcase.find("failure")
    --- End diff --
    
    @unsleepy22  the  api "find(match)" of Python ElementTree finds the first 
sub element matching match. So the match is sub element, but not sub string


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to