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:
ricow@google.com
2013-09-06 10:26:13 +00:00
parent 4877ace9a5
commit 0ea1b3ed34
+1 -2
View File
@@ -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())