| Index: runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
|
| diff --git a/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart b/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
|
| index 146be22ae44c46716f453a77b87c18e54d35f13f..b292b31d8111f8c1827935af75cedf5f5f71ab50 100644
|
| --- a/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
|
| +++ b/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
|
| @@ -86,5 +86,6 @@ main(args) => runIsolateTests(args, tests,
|
| testeeConcurrent: testMain,
|
| pause_on_start: true,
|
| pause_on_exit: true,
|
| - trace_service: true,
|
| - verbose_vm: true);
|
| + verbose_vm: true,
|
| + extraArgs: [ '--trace-service',
|
| + '--trace-service-verbose' ]);
|
|
|