Commit dbe038ef authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Make this (working) test more verbose (#10973)

...so that we can compare it to the not-working test next to it.
parent 13edb320
......@@ -21,7 +21,7 @@ Future<TaskResult> runEndToEndTests() async {
if (deviceOperatingSystem == DeviceOperatingSystem.ios)
await prepareProvisioningCertificates(testDirectory.path);
await flutter('drive', options: <String>['-d', deviceId, '-t', 'lib/keyboard_resize.dart']);
await flutter('drive', options: <String>['--verbose', '-d', deviceId, 'lib/keyboard_resize.dart']);
});
return new TaskResult.success(<String, dynamic>{});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment