Commit 9e11227e authored by qyearsley's avatar qyearsley Committed by Commit bot

Rename update-test-expectations -> update-flaky-expectations

Hi bokan@, what do you think of this possible rename?

Review-Url: https://codereview.chromium.org/2895863003
Cr-Commit-Position: refs/heads/master@{#473967}
parent 40910b90
......@@ -7,7 +7,7 @@
import sys
from webkitpy.common import host
from webkitpy.layout_tests import update_test_expectations
from webkitpy.layout_tests import update_flaky_expectations
from webkitpy.layout_tests.layout_package.bot_test_expectations import BotTestExpectationsFactory
if __name__ == "__main__":
......
......@@ -12,8 +12,8 @@ from webkitpy.common.system.log_testing import LoggingTestCase
from webkitpy.layout_tests.builder_list import BuilderList
from webkitpy.layout_tests.port.factory import PortFactory
from webkitpy.layout_tests.port.test import LAYOUT_TEST_DIR
from webkitpy.layout_tests.update_test_expectations import main
from webkitpy.layout_tests.update_test_expectations import RemoveFlakesOMatic
from webkitpy.layout_tests.update_flaky_expectations import main
from webkitpy.layout_tests.update_flaky_expectations import RemoveFlakesOMatic
from webkitpy.tool.commands.flaky_tests import FlakyTests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment