fix devicelab test for chrome reload worklow (#34056)

This commit is contained in:
Jonah Williams 2019-06-07 12:44:17 -07:00 committed by GitHub
parent 362b999b90
commit 227ffb58d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ final Directory flutterGalleryDir = dir(path.join(flutterDirectory.path, 'exampl
TaskFunction createWebDevModeTest() {
return () async {
final List<String> options = <String>[
'--hot', '-d', 'web', '--verbose', '--resident', '--target=lib/main_web.dart',
'--hot', '-d', 'web', '--verbose', '--resident', '--target=lib/main.dart',
];
setLocalEngineOptionIfNecessary(options);
int hotRestartCount = 0;