| Index: dart/tools/bots/cross-vm.py
|
| diff --git a/dart/tools/bots/cross-vm.py b/dart/tools/bots/cross-vm.py
|
| index 82e46d8e6ff06ca51b58c190e22786fa554b2ae9..691544c2b3217e64a034f1769a496ded1fdb22f6 100644
|
| --- a/dart/tools/bots/cross-vm.py
|
| +++ b/dart/tools/bots/cross-vm.py
|
| @@ -87,7 +87,7 @@ def target_builder(arch, mode):
|
| run(test_args)
|
|
|
| with bot.BuildStep('execute checked_tests'):
|
| - run(test_args + ['--checked', '--append_logs')
|
| + run(test_args + ['--checked', '--append_logs'])
|
| finally:
|
| for path in temporary_files:
|
| if os.path.exists(path):
|
|
|