Changeset 213751 in webkit


Ignore:
Timestamp:
Mar 10, 2017 10:02:07 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

checkpatchrelevance: Exception message is printed twice due to ScriptError handler
https://bugs.webkit.org/show_bug.cgi?id=169496

Unreviewed fix.

Patch by Srinivasan Vijayaraghavan <svijayaraghavan@apple.com> on 2017-03-10

  • Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py: Add --quiet flag to expected logs.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r213749 r213751  
     12017-03-10  Srinivasan Vijayaraghavan  <svijayaraghavan@apple.com>
     2
     3        checkpatchrelevance: Exception message is printed twice due to ScriptError handler
     4        https://bugs.webkit.org/show_bug.cgi?id=169496
     5
     6        Unreviewed fix.
     7
     8        * Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py: Add --quiet flag to expected logs.
     9
    1102017-03-10  Srinivasan Vijayaraghavan  <svijayaraghavan@apple.com>
    211
  • trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py

    r213722 r213751  
    143143Running: webkit-patch --status-host=example.com update --port=%(port)s%(architecture)s
    144144Running: webkit-patch --status-host=example.com apply-attachment --no-update --non-interactive 10000 --port=%(port)s%(architecture)s
    145 Running: webkit-patch --status-host=example.com check-patch-relevance --group=%(group)s --port=%(port)s%(architecture)s
     145Running: webkit-patch --status-host=example.com check-patch-relevance --quiet --group=%(group)s --port=%(port)s%(architecture)s
    146146%(build_line)s%(run_tests_line)s%(result_lines)s""" % string_replacements,
    147147            "handle_unexpected_error": "Mock error message\n",
Note: See TracChangeset for help on using the changeset viewer.