aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/tests/render_pictures_test.py
diff options
context:
space:
mode:
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)