Chromium Code Reviews| Index: src/scripts/autotest |
| diff --git a/src/scripts/autotest b/src/scripts/autotest |
| index 0d28dd632b7cc282b1b00aa90407f544d36493f9..28b025b7e2b40e6f3fb96ec33f49ffd51c0ec6e6 100755 |
| --- a/src/scripts/autotest |
| +++ b/src/scripts/autotest |
| @@ -99,7 +99,7 @@ def parse_args_and_help(): |
| print 'Options inherited from autoserv:' |
| run([AUTOSERV, '--help']) |
| - sys.exit(-1) |
| + sys.exit(0) |
| return options, args |