Enable --verbose for android_plugin_skip_unsupported_test tests (#158933)
Hoping this will give some more insights into https://github.com/flutter/flutter/issues/157640
This commit is contained in:
parent
82380aefe4
commit
e40306f92f
@ -97,6 +97,8 @@ void main() {
|
||||
'build',
|
||||
'apk',
|
||||
'--debug',
|
||||
// TODO(bkonyi): remove once https://github.com/flutter/flutter/pull/158933 is resolved
|
||||
'--verbose',
|
||||
], workingDirectory: pluginExampleAppDir.path);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user