Add verbose logging for customer testing shard (#154356)
This commit is contained in:
parent
5e285635a8
commit
1c6defcbff
@ -129,7 +129,9 @@ Future<bool> run(List<String> arguments) async {
|
|||||||
return runTests(
|
return runTests(
|
||||||
repeat: repeat,
|
repeat: repeat,
|
||||||
skipOnFetchFailure: skipOnFetchFailure,
|
skipOnFetchFailure: skipOnFetchFailure,
|
||||||
verbose: verbose,
|
// TODO(Piinks): Restore after resolving https://github.com/flutter/flutter/issues/154251
|
||||||
|
// Needed to see time stamps of individual test runs and identify long running test.
|
||||||
|
verbose: true,
|
||||||
numberShards: numberShards,
|
numberShards: numberShards,
|
||||||
shardIndex: shardIndex,
|
shardIndex: shardIndex,
|
||||||
files: files,
|
files: files,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user