[bots] verbose logs when analyzing samples (#90447)

This commit is contained in:
Daco Harkes 2021-09-27 21:38:07 +02:00 committed by GitHub
parent 8ed704d8e7
commit 67fdf937c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,10 +118,10 @@ Future<void> run(List<String> arguments) async {
...arguments,
]);
// Analyze all the sample code in the repo
// Analyze all the sample code in the repo.
print('$clock Sample code...');
await runCommand(dart,
<String>[path.join(flutterRoot, 'dev', 'bots', 'analyze_sample_code.dart')],
<String>[path.join(flutterRoot, 'dev', 'bots', 'analyze_sample_code.dart'), '--verbose'],
workingDirectory: flutterRoot,
);