Revision: 23680
Author:   [email protected]
Date:     Thu Sep  4 10:19:44 2014 UTC
Log:      Return 0 when roll scripts terminate gracefully.

BUG=408523
LOG=n
[email protected]

Review URL: https://codereview.chromium.org/536403002
https://code.google.com/p/v8/source/detail?r=23680

Modified:
 /branches/bleeding_edge/tools/push-to-trunk/common_includes.py

=======================================
--- /branches/bleeding_edge/tools/push-to-trunk/common_includes.py Thu Sep 4 08:42:21 2014 UTC +++ /branches/bleeding_edge/tools/push-to-trunk/common_includes.py Thu Sep 4 10:19:44 2014 UTC
@@ -656,7 +656,7 @@
                             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