Index: tools/prepare-bisect-perf-regression.py |
diff --git a/tools/prepare-bisect-perf-regression.py b/tools/prepare-bisect-perf-regression.py |
index fca589e6653a38e6e1812eba9a079b9b2cb405c6..fbecafd2af5eedf1dffbc579488abfb86b3c0704 100755 |
--- a/tools/prepare-bisect-perf-regression.py |
+++ b/tools/prepare-bisect-perf-regression.py |
@@ -49,7 +49,7 @@ def main(): |
parser.print_help() |
return 1 |
- return bisect_utils.CreateBisectDirectoryAndSetupDepot(opts) |
+ return bisect_utils.CreateBisectDirectoryAndSetupDepot(opts, True) |
if __name__ == '__main__': |