Set test_isolation_outdir to '' by default
This will cause isolate to create a unique temporary directory when running isolate. TBR=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11968049 git-svn-id: http://src.chromium.org/svn/trunk/src/build@177521 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
a6c904d43d
Коммит
cb7ec551c0
|
@ -404,9 +404,8 @@
|
|||
# be done while the builders are being reconfigured to check out test data
|
||||
# files.
|
||||
'test_isolation_mode%': 'noop',
|
||||
# It must not be '<(PRODUCT_DIR)' alone, the '/' is necessary otherwise
|
||||
# gyp will remove duplicate flags, causing isolate.py to be confused.
|
||||
'test_isolation_outdir%': '<(PRODUCT_DIR)/isolate',
|
||||
# If no directory is specified then a temporary directory will be used.
|
||||
'test_isolation_outdir%': '',
|
||||
|
||||
'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x86',
|
||||
'wix_path%': '<(DEPTH)/third_party/wix',
|
||||
|
|
Загрузка…
Ссылка в новой задаче