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

Unified Diff: tests/upload-stale.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/test-lib.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/upload-stale.sh
diff --git a/tests/upload-stale.sh b/tests/upload-stale.sh
index 0ec8b3ef3353c9cebe47a6cbb4d71293f47181fc..6fc8197bfd13b49dafbd503a9a2a876fcdd12a17 100755
--- a/tests/upload-stale.sh
+++ b/tests/upload-stale.sh
@@ -26,7 +26,7 @@ setup_gitgit
"$GIT_CL upload -m test | grep -q 'Issue created'"
test_expect_failure "description shouldn't contain unrelated commits" \
- "$GIT_CL status | grep -q 'second commit'"
+ "$GIT_CL_STATUS | grep -q 'second commit'"
)
SUCCESS=$?
« no previous file with comments | « tests/test-lib.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698