Add --mode=noop so progress can be made while the builders are being reconfigured

R=rogerta@chromium.org
BUG=98636
TEST=committing r134507 again would work


Review URL: http://codereview.chromium.org/10261010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@134580 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
maruel@chromium.org 2012-04-30 20:14:13 +00:00
Родитель bdfc0956b3
Коммит 5c2bf40cf8
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -322,7 +322,10 @@
# always calls tools/isolate/isolate.py. See the script's --help for more
# information and the valid --mode values. Meant to be overriden with
# GYP_DEFINES.
'tests_run%': 'check',
# TODO(maruel): Converted the default from 'check' to 'noop' so work can
# be done while the builders are being reconfigured to check out test data
# files.
'tests_run%': 'noop',
# Force rlz to use chrome's networking stack.
'force_rlz_use_chrome_net%': 1,