Add verbose flag to plugin_dependencies_test to debug flake (#118755)

This commit is contained in:
Jenn Magder 2023-01-18 16:02:25 -08:00 committed by GitHub
parent b3059d2c09
commit ffcf63ae88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,6 +284,7 @@ public class DummyPluginAClass {
options: <String>[
'ios',
'--no-codesign',
'--verbose',
],
);
});