Add verbose flag to iOS module test (#100724)
This commit is contained in:
parent
12da4a2aff
commit
1dd4613b5f
@ -55,7 +55,7 @@ Future<void> main() async {
|
||||
await inDirectory(projectDir, () async {
|
||||
await flutter(
|
||||
'build',
|
||||
options: <String>['ios', '--no-codesign'],
|
||||
options: <String>['ios', '--no-codesign', '--verbose'],
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user