| Index: scripts/slave/recipes/chromium_isolate.py
|
| diff --git a/scripts/slave/recipes/chromium_isolate.py b/scripts/slave/recipes/chromium_isolate.py
|
| index e3888fe469e9a7b617230a4d5c95662b89745cd1..3b392be8d9e47a2367abb48ac6d9c3e52501ea0c 100644
|
| --- a/scripts/slave/recipes/chromium_isolate.py
|
| +++ b/scripts/slave/recipes/chromium_isolate.py
|
| @@ -17,6 +17,7 @@ DEPS = [
|
| # recipes lands. This is needed for ARM testers http://crbug.com/359338
|
| test_args = {
|
| 'browser_tests': ['--gtest-filter="*NaCl*"'],
|
| + 'sandbox_linux_unittests': ['--test-launcher-print-test-stdio=always'],
|
| }
|
|
|
|
|
|
|