diff --git a/dev/bots/test.dart b/dev/bots/test.dart index 0aa9d9911d..31e96ce168 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart @@ -930,7 +930,7 @@ Future _runFlutterWebTest(String workingDirectory, List tests) asy ); } -const String _supportedTesterVersion = '0.0.1-dev9'; +const String _supportedTesterVersion = '0.0.2-dev5'; Future _pubRunTester(String workingDirectory, { List testPaths, @@ -979,6 +979,7 @@ Future _pubRunTester(String workingDirectory, { 'run', 'tester', '-j$cpus', + '-v', '--ci', if (perTestTimeout != null) '--timeout=$perTestTimeout'