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

Unified Diff: tests/git_cl_test.py

Issue 1882833005: Use hyphen for gerrit.skip-ensure-authenticated (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 8 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 ed24c84cae0ffa203256befc590af4fd423bedcb..a78c7383c5dc992a6906de3cbae6d36d50dbd4ad 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -680,7 +680,7 @@ class TestGitCl(TestCase):
@classmethod
def _gerrit_ensure_auth_calls(cls, issue=None, skip_auth_check=False):
- cmd = ['git', 'config', '--bool', 'gerrit.skip_ensure_authenticated']
+ cmd = ['git', 'config', '--bool', 'gerrit.skip-ensure-authenticated']
if skip_auth_check:
return [((cmd, ), 'true')]
« 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