| Index: presubmit_canned_checks.py
|
| diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
|
| index f75d297ba3b7df29a61dea8095e09cfcf5a4bbb3..7a8d98dca4b9b8edeb61880b65a03497184ec544 100644
|
| --- a/presubmit_canned_checks.py
|
| +++ b/presubmit_canned_checks.py
|
| @@ -456,6 +456,7 @@ def RunUnitTests(input_api, output_api, unit_tests):
|
| cmd.append(unit_test)
|
| if input_api.verbose:
|
| print('Running %s' % unit_test)
|
| + cmd.append('--verbose')
|
| try:
|
| if input_api.verbose:
|
| input_api.subprocess.check_call(cmd, cwd=input_api.PresubmitLocalPath())
|
|
|