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

Unified Diff: tests/push-basic.sh

Issue 396233002: Removed git cl push command (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools@master
Patch Set: Fixed tests Created 6 years, 5 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.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/push-basic.sh
diff --git a/tests/push-basic.sh b/tests/push-basic.sh
index 51a74f0cc6e2bb4e4747b2a8f35d2059178d65d8..b68f8045b05b25c0f99e10834ab38b73989f9d2d 100755
--- a/tests/push-basic.sh
+++ b/tests/push-basic.sh
@@ -47,8 +47,8 @@ setup_gitgit
test_expect_success "Base URL contains branch name" \
"curl -s $($GIT_CL_STATUS --field=url) | grep 'URL:[[:space:]]*[^<]' | grep -q '@master'"
- test_expect_success "git-cl push ok" \
- "$GIT_CL push -f"
+ test_expect_success "git-cl land ok" \
+ "$GIT_CL land -f"
git checkout -q master > /dev/null 2>&1
git pull -q > /dev/null 2>&1
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698