Index: testing/buildbot/chromium.fyi.json |
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json |
index fe14bf44fd592d649b795e543f8275e3742a51d1..10ac590afa29ea2bb373faccca3b3858179cdc95 100644 |
--- a/testing/buildbot/chromium.fyi.json |
+++ b/testing/buildbot/chromium.fyi.json |
@@ -211,7 +211,8 @@ |
"tests. We run NaCl tests specifically because NaCl", |
"contains a lot of architecture-specific code"], |
"test": "browser_tests", |
- "args": "--gtest-filter='*NaCl*'" |
+ "args": ["--gtest-filter='*NaCl*'"], |
+ "compile_targets": ["browser_tests_run"] |
Paweł Hajdan Jr.
2014/05/29 16:22:43
Please pull compile_targets out of "gtest_tests" (
|
}, |
], |
}, |