Roll tester version (#60668)
Includes a fix to a startup race condition and log truncation that should make sure strings aren't cut off
This commit is contained in:
parent
c3217dac7f
commit
de205ec13c
@ -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, {
|
Future<void> _pubRunTester(String workingDirectory, {
|
||||||
List<String> testPaths,
|
List<String> testPaths,
|
||||||
@ -979,6 +979,7 @@ Future<void> _pubRunTester(String workingDirectory, {
|
|||||||
'run',
|
'run',
|
||||||
'tester',
|
'tester',
|
||||||
'-j$cpus',
|
'-j$cpus',
|
||||||
|
'-v',
|
||||||
'--ci',
|
'--ci',
|
||||||
if (perTestTimeout != null)
|
if (perTestTimeout != null)
|
||||||
'--timeout=$perTestTimeout'
|
'--timeout=$perTestTimeout'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user