Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(799)

Unified Diff: src/scripts/autotest

Issue 1603004: remove build_autotest.sh and change run_remote_tests.sh to use new autotest script. (Closed)
Patch Set: patch Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/scripts/build_autotest.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
print 'Options inherited from autoserv:'
run([AUTOSERV, '--help'])
- sys.exit(-1)
+ sys.exit(0)
return options, args
« no previous file with comments | « no previous file | src/scripts/build_autotest.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698