diff options
author | tfarina <tfarina@chromium.org> | 2015-09-20 22:59:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-21 06:00:26 +0000 |
commit | 42941dfd847a26070d8efc397268dd0ed759309c (patch) | |
tree | 555ee406dbdc27491887befeaac2e6dbfbf5c53b /tools/real_world_impact | |
parent | 54330e9602e6031898687b146736806feebdd561 (diff) | |
download | chromium_src-42941dfd847a26070d8efc397268dd0ed759309c.zip chromium_src-42941dfd847a26070d8efc397268dd0ed759309c.tar.gz chromium_src-42941dfd847a26070d8efc397268dd0ed759309c.tar.bz2 |
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}
Diffstat (limited to 'tools/real_world_impact')
-rwxr-xr-x | tools/real_world_impact/real_world_impact.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |