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

Unified Diff: tests/push-from-logs.sh

Issue 10887035: options.from_logs is not used anywhere since it's the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/push-from-logs.sh
diff --git a/tests/push-from-logs.sh b/tests/push-from-logs.sh
index 1b6ade7ff921281e900220173713585b24df8e05..bb15c3fa043f2e1cd8821f95ed3d44d5ddf1d8c9 100755
--- a/tests/push-from-logs.sh
+++ b/tests/push-from-logs.sh
@@ -31,7 +31,7 @@ setup_gitgit
# Prevent the editor from coming up when you upload.
export EDITOR=$(which true)
test_expect_success "upload succeeds (needs a server running on localhost)" \
- "$GIT_CL upload -m test --desc_from_logs master | \
+ "$GIT_CL upload -m test master | \
grep -q 'Issue created'"
test_expect_success "git-cl status now knows the issue" \
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698