Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d27153

Browse filesBrowse files
committed
Remove -v
1 parent ee107b7 commit 5d27153
Copy full SHA for 5d27153

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎packages/flutter_tools/test/integration.shard/isolated/dart_data_asset_test.dart

Copy file name to clipboardExpand all lines: packages/flutter_tools/test/integration.shard/isolated/dart_data_asset_test.dart
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void main() {
9090
writeHelperLibrary(root, 'version1', assets.keys.toList());
9191

9292
final ProcessTestResult result = await runFlutter(
93-
<String>['run', '-v', '-d', device, '--$mode'],
93+
<String>['run', '-d', device, '--$mode'],
9494
root.path,
9595
<Transition>[
9696
Barrier.contains('Launching lib/main.dart on'),
@@ -194,7 +194,7 @@ void main() {
194194
writeHelperLibrary(root, 'version1', assets.keys.toList());
195195

196196
final ProcessTestResult result = await runFlutter(
197-
<String>['build', '-v', target],
197+
<String>['build', target],
198198
root.path,
199199
<Transition>[Barrier.contains('Built build/$target')],
200200
debug: true,
@@ -258,7 +258,7 @@ void main() {
258258
});
259259

260260
final ProcessTestResult result = await runFlutter(
261-
<String>['build', '-v', target],
261+
<String>['build', target],
262262
root.path,
263263
<Transition>[
264264
Barrier.contains(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.