Skip to content

Commit 0e17d04

Browse files
Hixiegspencergoog
authored andcommitted
Make this (working) test more verbose (flutter#10973)
...so that we can compare it to the not-working test next to it.
1 parent bf2318d commit 0e17d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/devicelab/lib/tasks/integration_ui.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Future<TaskResult> runEndToEndTests() async {
2121
if (deviceOperatingSystem == DeviceOperatingSystem.ios)
2222
await prepareProvisioningCertificates(testDirectory.path);
2323

24-
await flutter('drive', options: <String>['-d', deviceId, '-t', 'lib/keyboard_resize.dart']);
24+
await flutter('drive', options: <String>['--verbose', '-d', deviceId, 'lib/keyboard_resize.dart']);
2525
});
2626

2727
return new TaskResult.success(<String, dynamic>{});

0 commit comments

Comments
 (0)