From 36ea7d48f0190a490252020d8c682420d3eb7965 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 16 Aug 2024 10:20:01 -0700 Subject: [PATCH] verbose --- script/tool/lib/src/drive_examples_command.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/script/tool/lib/src/drive_examples_command.dart b/script/tool/lib/src/drive_examples_command.dart index a5ddd3bd4a9d..4056b73ed7f6 100644 --- a/script/tool/lib/src/drive_examples_command.dart +++ b/script/tool/lib/src/drive_examples_command.dart @@ -435,6 +435,7 @@ class DriveExamplesCommand extends PackageLoopingCommand { flutterCommand, [ 'test', + '-v', ...deviceFlags, if (enableExperiment.isNotEmpty) '--enable-experiment=$enableExperiment',