Skip to content

Commit

Permalink
Explicitly build ios keyboard_resize test (flutter#10011)
Browse files Browse the repository at this point in the history
Since lib/main.dart does not exist, update test to explicitly build lib/keyboard_resize.dart.
  • Loading branch information
cbracken authored May 11, 2017
1 parent 2d437f5 commit 26a712c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/devicelab/lib/tasks/integration_ui.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Future<TaskResult> runEndToEndTests() async {
if (deviceOperatingSystem == DeviceOperatingSystem.ios) {
await prepareProvisioningCertificates(testDirectory.path);
// This causes an Xcode project to be created.
await flutter('build', options: <String>['ios']);
await flutter('build', options: <String>['ios', 'lib/keyboard_resize.dart']);
}

await flutter('drive', options: <String>['-d', deviceId, 'lib/keyboard_resize.dart']);
Expand Down

0 comments on commit 26a712c

Please sign in to comment.