Reviewers: jarin,

Message:
Committed patchset #1 (id:1) manually as 23680 (presubmit successful).

Description:
Return 0 when roll scripts terminate gracefully.

BUG=408523
LOG=n
[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=23680

Please review this at https://codereview.chromium.org/536403002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M tools/push-to-trunk/common_includes.py


Index: tools/push-to-trunk/common_includes.py
diff --git a/tools/push-to-trunk/common_includes.py b/tools/push-to-trunk/common_includes.py index d997959c631e815fca78cbe6c43c394164f146e1..159f127325ce1e3d7e0b67fa19c5b6012c2cfda4 100644
--- a/tools/push-to-trunk/common_includes.py
+++ b/tools/push-to-trunk/common_includes.py
@@ -656,7 +656,7 @@ class ScriptsBase(object):
                             options, self._side_effect_handler))
     for step in steps[options.step:]:
       if step.Run():
-        return 1
+        return 0
     return 0

   def Run(self, args=None):


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to