mirror of
https://github.com/flutter/packages.git
synced 2025-06-07 20:09:23 +08:00
[flutter_plugin_tools] Adjust diff logging (#4312)
This commit is contained in:
@ -314,6 +314,9 @@ abstract class PluginCommand extends Command<void> {
|
||||
|
||||
if (runOnChangedPackages) {
|
||||
final GitVersionFinder gitVersionFinder = await retrieveVersionFinder();
|
||||
final String baseSha = await gitVersionFinder.getBaseSha();
|
||||
print(
|
||||
'Running for all packages that have changed relative to "$baseSha"\n');
|
||||
final List<String> changedFiles =
|
||||
await gitVersionFinder.getChangedFiles();
|
||||
if (!_changesRequireFullTest(changedFiles)) {
|
||||
|
Reference in New Issue
Block a user