Title: [213751] trunk/Tools
Revision
213751
Author
commit-qu...@webkit.org
Date
2017-03-10 22:02:07 -0800 (Fri, 10 Mar 2017)

Log 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 <svijayaragha...@apple.com> on 2017-03-10

* Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py: Add --quiet flag to expected logs.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (213750 => 213751)


--- trunk/Tools/ChangeLog	2017-03-11 05:51:50 UTC (rev 213750)
+++ trunk/Tools/ChangeLog	2017-03-11 06:02:07 UTC (rev 213751)
@@ -3,6 +3,15 @@
         checkpatchrelevance: Exception message is printed twice due to ScriptError handler
         https://bugs.webkit.org/show_bug.cgi?id=169496
 
+        Unreviewed fix.
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py: Add --quiet flag to expected logs.
+
+2017-03-10  Srinivasan Vijayaraghavan  <svijayaragha...@apple.com>
+
+        checkpatchrelevance: Exception message is printed twice due to ScriptError handler
+        https://bugs.webkit.org/show_bug.cgi?id=169496
+
         Reviewed by Alexey Proskuryakov.
 
         * Scripts/webkitpy/tool/bot/patchanalysistask.py:

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py (213750 => 213751)


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py	2017-03-11 05:51:50 UTC (rev 213750)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py	2017-03-11 06:02:07 UTC (rev 213751)
@@ -142,7 +142,7 @@
 Running: webkit-patch --status-host=example.com clean --port=%(port)s%(architecture)s
 Running: webkit-patch --status-host=example.com update --port=%(port)s%(architecture)s
 Running: webkit-patch --status-host=example.com apply-attachment --no-update --non-interactive 10000 --port=%(port)s%(architecture)s
-Running: webkit-patch --status-host=example.com check-patch-relevance --group=%(group)s --port=%(port)s%(architecture)s
+Running: webkit-patch --status-host=example.com check-patch-relevance --quiet --group=%(group)s --port=%(port)s%(architecture)s
 %(build_line)s%(run_tests_line)s%(result_lines)s""" % string_replacements,
             "handle_unexpected_error": "Mock error message\n",
             "handle_script_error": "ScriptError error message\n\nMOCK output\n",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to