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: http://src.chromium.org/svn/trunk/src/build@211214 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
simonhatch@chromium.org 2013-07-11 21:10:41 +00:00
Родитель 83a253d9aa
Коммит 2b7052817e
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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():