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

Unified Diff: tests/push-basic.sh

Issue 203383005: in progress (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 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 | « no previous file | tests/test-lib.sh » ('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 f84cdeca7ea417a784f09985de2cc2ef3895b441..18936c1c8ecdbd47ba4c1af2c1c8f014338cd862 100755
--- a/tests/push-basic.sh
+++ b/tests/push-basic.sh
@@ -45,7 +45,7 @@ setup_gitgit
$URL/edit
test_expect_success "Base URL contains branch name" \
- "curl -s $($GIT_CL_STATUS --field=url) | grep 'URL:' | grep -q '@master'"
+ "curl -s $($GIT_CL_STATUS --field=url) | grep 'URL:[[:space:]]*[^<]' | grep -q '@master'"
iannucci 2014/03/18 20:38:59 OMFG NO... curling the html output is *horror*. Th
test_expect_success "git-cl push ok" \
"$GIT_CL push -f"
« no previous file with comments | « no previous file | tests/test-lib.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698