Skip to content

Commit ffcf63a

Browse files
authored
Add verbose flag to plugin_dependencies_test to debug flake (#118755)
1 parent b3059d2 commit ffcf63a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/devicelab/bin/tasks/plugin_dependencies_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ public class DummyPluginAClass {
284284
options: <String>[
285285
'ios',
286286
'--no-codesign',
287+
'--verbose',
287288
],
288289
);
289290
});

0 commit comments

Comments
 (0)