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

Unified Diff: gm/rebaseline_server/compare_rendered_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 | « no previous file | tools/tests/render_pictures_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/compare_rendered_pictures_test.py
diff --git a/gm/rebaseline_server/compare_rendered_pictures_test.py b/gm/rebaseline_server/compare_rendered_pictures_test.py
index e6d257403cb861bcadde9f856f73aac053f26078..7656d11d100cc73df832205d9e84a794ea01dcba 100755
--- a/gm/rebaseline_server/compare_rendered_pictures_test.py
+++ b/gm/rebaseline_server/compare_rendered_pictures_test.py
@@ -78,7 +78,6 @@ class CompareRenderedPicturesTest(base_unittest.TestCase):
binary = self.find_path_to_program('render_pictures')
return subprocess.check_output([
binary,
- '--clone', '1',
'--config', '8888',
'-r', out_path,
'--writeChecksumBasedFilenames',
« no previous file with comments | « no previous file | tools/tests/render_pictures_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698