From 42941dfd847a26070d8efc397268dd0ed759309c Mon Sep 17 00:00:00 2001 From: tfarina Date: Sun, 20 Sep 2015 22:59:49 -0700 Subject: real_word_impact: Rename dump-render-tree switch to run-layout-test. As the later is the preferred name and the former is the deprecated and will be removed soon. BUG=453252 R=pdr@chromium.org Review URL: https://codereview.chromium.org/1356013002 Cr-Commit-Position: refs/heads/master@{#349903} --- tools/real_world_impact/real_world_impact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/real_world_impact') diff --git a/tools/real_world_impact/real_world_impact.py b/tools/real_world_impact/real_world_impact.py index 144e72c..4d0b166 100755 --- a/tools/real_world_impact/real_world_impact.py +++ b/tools/real_world_impact/real_world_impact.py @@ -278,7 +278,7 @@ def RunDrtTask(url): with open(os.devnull, "w") as fnull: p = subprocess.Popen([content_shell, - "--dump-render-tree", + "--run-layout-test", additional_content_shell_flags, # The single quote is not a typo, it's a separator! html_path + "'--pixel-test" -- cgit v1.1