| 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()
|
|
|