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

Unified Diff: tests/git_cl_test.py

Issue 2072923002: Gerrit git cl upload: Remove --no-squash warning message. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: fixed tests Created 4 years, 6 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/git_cl_test.py
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
index 774f6f014c60a604db86c4b54ecc6bc9499ba25b..b0048a11d9cee39d22648e9d50a92e752cdc4e6f 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -765,7 +765,6 @@ class TestGitCl(TestCase):
calls = [
((['git', 'config', '--bool', 'gerrit.squash-uploads'],), 'false'),
- ((['git', 'config', '--bool', 'gerrit.squash-uploads'],), 'false'),
]
# If issue is given, then description is fetched from Gerrit instead.
if issue is None:
« 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