Index: tools/bisect-perf-regression.py |
diff --git a/tools/bisect-perf-regression.py b/tools/bisect-perf-regression.py |
index 27ad54af263e6994be2b748647ee16596243e0c0..9a43bd65117433971b0857321353c98d7fec2e99 100755 |
--- a/tools/bisect-perf-regression.py |
+++ b/tools/bisect-perf-regression.py |
@@ -289,7 +289,8 @@ class SourceControl(object): |
Returns: |
The return code of the call. |
""" |
- return bisect_utils.RunGClient(['sync', '--revision', revision]) |
+ return bisect_utils.RunGClient(['sync', '--revision', |
+ revision, '--verbose']) |
class GitSourceControl(SourceControl): |