Chromium Code Reviews| Index: tests/git_cl_test.py |
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
| index 3561edc2e00b46755b02feb9e5240e840b48a5dd..14485ca2b800851eeb6797d0419c7fd0d3866f7b 100755 |
| --- a/tests/git_cl_test.py |
| +++ b/tests/git_cl_test.py |
| @@ -765,6 +765,7 @@ class TestGitCl(TestCase): |
| calls = [ |
| ((['git', 'config', '--bool', 'gerrit.squash-uploads'],), 'false'), |
| + ((['git', 'config', '--bool', 'gerrit.squash-uploads'],), 'false'), |
|
Bons
2016/06/10 15:02:07
Why the duplicate here? I must be missing somethin
tandrii(chromium)
2016/06/10 15:33:03
well, it's an extra call I've added. Actually, the
|
| ] |
| # If issue is given, then description is fetched from Gerrit instead. |
| if issue is None: |