| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index 752a8c8c7bfe1c1bb1e325c5574451af3aabe082..d4c0ac59d36dd59ec7a7956a8910771890750f4d 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -2144,7 +2144,8 @@ class CannedChecksUnittest(PresubmitTestsBase):
|
| pylint = os.path.join(_ROOT, 'third_party', 'pylint.py')
|
| pylintrc = os.path.join(_ROOT, 'pylintrc')
|
| input_api.subprocess.call(
|
| - ['pyyyyython', pylint, 'file1.py', '--rcfile=%s' % pylintrc])
|
| + ['pyyyyython', pylint, 'file1.py', '--rcfile=%s' % pylintrc],
|
| + env=mox.IgnoreArg())
|
| self.mox.ReplayAll()
|
|
|
| results = presubmit_canned_checks.RunPylint(
|
|
|