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

Unified Diff: git_cl/test/hooks.sh

Issue 6679033: fix git-cl test scripts (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools
Patch Set: Created 9 years, 9 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 | « git_cl/test/basic.sh ('k') | git_cl/test/owners.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl/test/hooks.sh
diff --git a/git_cl/test/hooks.sh b/git_cl/test/hooks.sh
index 26536d02b02ac3522d30b28b4c203b46a2721f4b..93d6bb432bfcf43513939f4315b397645d73a5c6 100755
--- a/git_cl/test/hooks.sh
+++ b/git_cl/test/hooks.sh
@@ -11,8 +11,8 @@ setup_initsvn
setup_gitsvn
setup_hooks() {
- upload_retval = shift
- dcommit_retval = shift
+ upload_retval=$1
+ dcommit_retval=$2
echo > PRESUBMIT.py <<END
def CheckChangeOnUpload(input_api, output_api):
« no previous file with comments | « git_cl/test/basic.sh ('k') | git_cl/test/owners.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698