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

Unified Diff: tests/push-basic.sh

Issue 2271873003: Remove --base_url from git cl and upload.py (Closed)
Patch Set: Patch tests Created 4 years, 4 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') | third_party/upload.py » ('j') | 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 b9d09de7f1f6514d75f4c9f272d987ea5a245a4d..72dd9bf1d3a3029e1cddfa30c7fe4e4147ba2907 100755
--- a/tests/push-basic.sh
+++ b/tests/push-basic.sh
@@ -45,10 +45,6 @@ setup_gitgit
--data-urlencode xsrf_token="$(print_xsrf_token)" \
$URL/edit
- API=$(echo $URL | sed -e 's/\([0-9]\+\)$/api\/\1/')
- test_expect_success "Base URL contains branch name" \
- "curl -s $API | python -mjson.tool | grep base_url | grep -q '@master'"
-
test_expect_success "git-cl land ok" \
"$GIT_CL land -f --no-oauth2"
« no previous file with comments | « git_cl.py ('k') | third_party/upload.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698