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

Unified Diff: dart/tools/bots/compiler.py

Issue 96533002: Write .test-outcome.log files for test.py (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | dart/tools/bots/cross-vm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/bots/compiler.py
diff --git a/dart/tools/bots/compiler.py b/dart/tools/bots/compiler.py
index 0ed83e63d8a72fd9e852a17436912431a4c573dc..f54685ef47e91433d4c5178f8802bc12992760fb 100644
--- a/dart/tools/bots/compiler.py
+++ b/dart/tools/bots/compiler.py
@@ -144,7 +144,8 @@ def TestStep(name, mode, system, compiler, runtime, targets, flags, arch):
'--time',
'--use-sdk',
'--report',
- '--write-debug-log'])
+ '--write-debug-log',
+ '--write-test-outcome-log'])
if user_test == 'yes':
cmd.append('--progress=color')
« no previous file with comments | « no previous file | dart/tools/bots/cross-vm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698