summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 21:10:41 +0000
committersimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 21:10:41 +0000
commit5e3d73f9ad42985a6ca1279d2ee0e4a4093442c2 (patch)
treed33ba01374fe5e4a29e79c4adf671a4113bc3a94 /build
parent4383f4c3325bb1e11f6f230308ccd2adccff4621 (diff)
downloadchromium_src-5e3d73f9ad42985a6ca1279d2ee0e4a4093442c2.zip
chromium_src-5e3d73f9ad42985a6ca1279d2ee0e4a4093442c2.tar.gz
chromium_src-5e3d73f9ad42985a6ca1279d2ee0e4a4093442c2.tar.bz2
Unset some environment vars so they can be set up via the bisect script.
BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/18991015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/buildbot/bb_host_steps.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/android/buildbot/bb_host_steps.py b/build/android/buildbot/bb_host_steps.py
index 6dbaac1..a28f576 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():