diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp index d055469..84a9421 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1393,7 +1393,8 @@ 'action': [ 'python', '../tools/isolate/isolate.py', - '--mode', '<(tests_run)', + '--mode', '<(test_isolation_mode)', + '--outdir', '<(test_isolation_outdir)', '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', '--variable', 'OS', '<(OS)', '--result', '<@(_outputs)', |