| Index: lib/src/runner/plugin/platform_helpers.dart
|
| diff --git a/lib/src/runner/plugin/platform_helpers.dart b/lib/src/runner/plugin/platform_helpers.dart
|
| index d9732925252d5487f7649ca2f9e0d4f020fe4306..8a8593408b6841636a8d4bd114df894b9329c85d 100644
|
| --- a/lib/src/runner/plugin/platform_helpers.dart
|
| +++ b/lib/src/runner/plugin/platform_helpers.dart
|
| @@ -41,7 +41,7 @@ Future<RunnerSuiteController> deserializeSuite(String path,
|
| suiteChannel.sink.add({
|
| 'platform': platform.identifier,
|
| 'metadata': metadata.serialize(),
|
| - 'os': platform == TestPlatform.vm ? currentOS.name : null
|
| + 'os': platform == TestPlatform.vm ? currentOS.identifier : null
|
| });
|
|
|
| var completer = new Completer();
|
|
|