Index: build/android/buildbot/bb_host_steps.py |
diff --git a/build/android/buildbot/bb_host_steps.py b/build/android/buildbot/bb_host_steps.py |
index 6dbaac107bb73370c62a23afe845d68523b4d288..a28f5765e499ad5fab3db0a9b8ad719cac387bbb 100755 |
--- a/build/android/buildbot/bb_host_steps.py |
+++ b/build/android/buildbot/bb_host_steps.py |
@@ -100,8 +100,7 @@ def BisectPerfRegression(_): |
RunCmd([SrcPath('tools', 'prepare-bisect-perf-regression.py'), |
'-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)]) |
RunCmd([SrcPath('tools', 'run-bisect-perf-regression.py'), |
- '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir), |
- '-p', bb_utils.GOMA_DIR]) |
+ '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)]) |
def GetHostStepCmds(): |