Reenable non-zero exitcode in the task_kill script
BUG:13121 R=kustermann@google.com Review URL: https://codereview.chromium.org//23714008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27241 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
+1
-2
@@ -166,8 +166,7 @@ def Main():
|
||||
status += KillDart();
|
||||
if (options.kill_browsers):
|
||||
status += KillBrowsers()
|
||||
# Investigating hanging firefox, see issue 13121
|
||||
return 0
|
||||
return status
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(Main())
|
||||
|
||||
Reference in New Issue
Block a user