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) |