mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Restore support for the --local-engine flag in devicelab/bin/run.dart (#79583)
This commit is contained in:
parent
4471282d7a
commit
a75730fe44
@ -106,6 +106,8 @@ Future<void> main(List<String> rawArgs) async {
|
||||
} else {
|
||||
await runTasks(_taskNames,
|
||||
silent: silent,
|
||||
localEngine: localEngine,
|
||||
localEngineSrcPath: localEngineSrcPath,
|
||||
deviceId: deviceId,
|
||||
exitOnFirstTestFailure: exitOnFirstTestFailure,
|
||||
gitBranch: gitBranch,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user