Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2304)

Unified Diff: Tools/Scripts/webkitpy/tool/commands/flakytests.py

Issue 27055003: Remove a bunch of unused webkitpy code from tool/, common/checkout/ and common/config/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/Scripts/webkitpy/tool/commands/flakytests.py
diff --git a/Tools/Scripts/webkitpy/tool/commands/flakytests.py b/Tools/Scripts/webkitpy/tool/commands/flakytests.py
index cdd98b811242264b4f24076c39435e2bcca73de0..3a97cd61cd7bf5a9462306a076dd759d3b5dd842 100644
--- a/Tools/Scripts/webkitpy/tool/commands/flakytests.py
+++ b/Tools/Scripts/webkitpy/tool/commands/flakytests.py
@@ -34,6 +34,7 @@ from webkitpy.layout_tests.models.test_expectations import TestExpectationParser
class FlakyTests(AbstractDeclarativeCommand):
name = "flaky-tests"
help_text = "Generate FlakyTests file from the flakiness dashboard"
+ show_in_main_help = True
def execute(self, options, args, tool):
port = tool.port_factory.get()
« no previous file with comments | « Tools/Scripts/webkitpy/tool/commands/download_unittest.py ('k') | Tools/Scripts/webkitpy/tool/commands/gardenomatic.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698