diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 18:49:39 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 18:49:39 +0000 |
commit | 2fb94e9802cade99f07319ad81abd536c7208d0f (patch) | |
tree | bee9d91e64fa207dc4d82b382dd17fed6d281ab7 /build | |
parent | 692b7cd27f254695f2bc62f68805940de34a7949 (diff) | |
download | chromium_src-2fb94e9802cade99f07319ad81abd536c7208d0f.zip chromium_src-2fb94e9802cade99f07319ad81abd536c7208d0f.tar.gz chromium_src-2fb94e9802cade99f07319ad81abd536c7208d0f.tar.bz2 |
Change the test_isolation_outdir default from PRODUCT_DIR to PRODUCT_DIR/isolate
Otherwise a lot of spew is generated when using test_isolation_mode=hashtable.
Do not use hashtable since outdir is also used with _run and _remap.
R=mad@chromium.org
BUG=98636
TEST=
Review URL: https://chromiumcodereview.appspot.com/10382238
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index c2618d1..8985bb6 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -352,7 +352,7 @@ '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)/', + 'test_isolation_outdir%': '<(PRODUCT_DIR)/isolate', # Force rlz to use chrome's networking stack. 'force_rlz_use_chrome_net%': 1, |