Skip to content

Commit

Permalink
Roll tester version (flutter#60668)
Browse files Browse the repository at this point in the history
Includes a fix to a startup race condition and log truncation that should make sure strings aren't cut off
  • Loading branch information
jonahwilliams authored Jul 6, 2020
1 parent c3217da commit de205ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/bots/test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ Future<void> _runFlutterWebTest(String workingDirectory, List<String> tests) asy
);
}

const String _supportedTesterVersion = '0.0.1-dev9';
const String _supportedTesterVersion = '0.0.2-dev5';

Future<void> _pubRunTester(String workingDirectory, {
List<String> testPaths,
Expand Down Expand Up @@ -979,6 +979,7 @@ Future<void> _pubRunTester(String workingDirectory, {
'run',
'tester',
'-j$cpus',
'-v',
'--ci',
if (perTestTimeout != null)
'--timeout=$perTestTimeout'
Expand Down

0 comments on commit de205ec

Please sign in to comment.