mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[flutter_tools] always run pub with prebuilt applicaitons on drive (#70136)
This commit is contained in:
parent
31c0291af4
commit
8c02c300d9
@ -131,6 +131,11 @@ class DriveCommand extends RunCommandBase {
|
||||
'Dart VM running The test script.');
|
||||
}
|
||||
|
||||
// `pub` must always be run due to the test script running from source,
|
||||
// even if an application binary is used.
|
||||
@override
|
||||
bool get shouldRunPub => true;
|
||||
|
||||
FlutterDriverFactory _flutterDriverFactory;
|
||||
final FileSystem _fileSystem;
|
||||
final Logger _logger;
|
||||
|
Loading…
Reference in New Issue
Block a user