Unverified Commit 67fdf937 authored by Daco Harkes's avatar Daco Harkes Committed by GitHub

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

parent 8ed704d8
......@@ -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,
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment