Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: tools/tests/render_pictures_test.py

Issue 343813006: Drop --clone from skia (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/rebaseline_server/compare_rendered_pictures_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tests/render_pictures_test.py
diff --git a/tools/tests/render_pictures_test.py b/tools/tests/render_pictures_test.py
index 59722e81f3981cf47aeee3883c9e4b742f26cc43..8feef673186576ca0315ec75f8b0ef0532b26fbd 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)
« no previous file with comments | « gm/rebaseline_server/compare_rendered_pictures_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698