| 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')
|
|
|