aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/tests/render_pictures_test.py
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2014-06-27 17:09:39 -0400
committerGravatar Mike Klein <mtklein@google.com>2014-06-27 17:09:39 -0400
commita40239ca1e69998b8fa07aa01f6c053fb5e661e3 (patch)
treec19ff11d5fa9761c6768dbd03cfa5373551b7373 /tools/tests/render_pictures_test.py
parentca6a7c29452e13cf63bb4e225972065cbfe6e265 (diff)
Drop --clone from commands in skia repo.
--clone, and SkPicture::clone(), are no longer. CQ_EXTRA_TRYBOTS=tryserver.skia:Housekeeper-PerCommit-Trybot BUG=skia: R=rmistry@google.com Review URL: https://codereview.chromium.org/343813006
Diffstat (limited to 'tools/tests/render_pictures_test.py')
-rwxr-xr-xtools/tests/render_pictures_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tests/render_pictures_test.py b/tools/tests/render_pictures_test.py
index 59722e81f3..8feef67318 100755
--- a/tools/tests/render_pictures_test.py
+++ b/tools/tests/render_pictures_test.py
@@ -555,7 +555,6 @@ class RenderPicturesTest(base_unittest.TestCase):
def _run_render_pictures(self, args):
binary = self.find_path_to_program('render_pictures')
return self.run_command([binary,
- '--clone', '1',
'--config', '8888',
] + args)