Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: scripts/slave/recipes/chromium_isolate.py

Issue 344793011: ARM tester: added args for sandbox_linux_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698