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

Unified Diff: tests/owners.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/basic.sh ('k') | tests/patch.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/owners.sh
diff --git a/tests/owners.sh b/tests/owners.sh
index baa7dd9b0ac7b4c76d311f39a6a135f3bd167a96..70f76a1a95d4bc447cd08a60abf4df5c5c9d1c57 100755
--- a/tests/owners.sh
+++ b/tests/owners.sh
@@ -33,7 +33,7 @@ END
"$GIT_CL upload -m test master | grep -q 'Issue created'"
test_expect_success "git-cl status has a suggested reviewer" \
- "$GIT_CL status | grep -q 'R=ben@chromium.org'"
+ "$GIT_CL_STATUS | grep -q 'R=ben@chromium.org'"
test_expect_failure "git-cl dcommit fails w/ missing LGTM" \
"$GIT_CL dcommit -f"
« no previous file with comments | « tests/basic.sh ('k') | tests/patch.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698