Fix options for calling push-to-trunk script.

BUG=
TBR=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/209833002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20173 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
machenbach@chromium.org 2014-03-24 08:03:15 +00:00
parent 479bb2ffbf
commit db8196ae63

View File

@ -138,10 +138,10 @@ class PushToTrunk(Step):
P = push_to_trunk.PushToTrunk P = push_to_trunk.PushToTrunk
self._side_effect_handler.Call( self._side_effect_handler.Call(
P(push_to_trunk.CONFIG, self._side_effect_handler).Run, P(push_to_trunk.CONFIG, self._side_effect_handler).Run,
["-author", self._options.author, ["--author", self._options.author,
"-reviewer", self._options.reviewer, "--reviewer", self._options.reviewer,
"-revision", self["lkgr"], "--revision", self["lkgr"],
"-force"]) "--force"])
finally: finally:
self.PushTreeStatus(self["tree_message"]) self.PushTreeStatus(self["tree_message"])