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

Unified Diff: tests/patch.sh

Issue 20889002: Fix depot_tools tests external dependency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: rebase Created 7 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 | « tests/owners.sh ('k') | tests/push-basic.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/patch.sh
diff --git a/tests/patch.sh b/tests/patch.sh
index 6a70b0eeaea86a3c5343a9b763793739ecd29feb..038e4d5c8cd593eb38d21e67fb3810a102d44b38 100755
--- a/tests/patch.sh
+++ b/tests/patch.sh
@@ -27,9 +27,9 @@ setup_gitsvn
"$GIT_CL upload -m test master | grep -q 'Issue created'"
test_expect_success "git-cl status now knows the issue" \
- "$GIT_CL status | grep -q 'Issue number'"
+ "$GIT_CL_STATUS | grep -q 'Issue number'"
- ISSUE=$($GIT_CL status | awk '$0 ~ "Issue number:" { print $3 }')
+ ISSUE=$($GIT_CL_STATUS | awk '$0 ~ "Issue number:" { print $3 }')
git checkout -q -b test2 master
« no previous file with comments | « tests/owners.sh ('k') | tests/push-basic.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698