Unverified Commit a75730fe authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Restore support for the --local-engine flag in devicelab/bin/run.dart (#79583)

parent 4471282d
...@@ -106,6 +106,8 @@ Future<void> main(List<String> rawArgs) async { ...@@ -106,6 +106,8 @@ Future<void> main(List<String> rawArgs) async {
} else { } else {
await runTasks(_taskNames, await runTasks(_taskNames,
silent: silent, silent: silent,
localEngine: localEngine,
localEngineSrcPath: localEngineSrcPath,
deviceId: deviceId, deviceId: deviceId,
exitOnFirstTestFailure: exitOnFirstTestFailure, exitOnFirstTestFailure: exitOnFirstTestFailure,
gitBranch: gitBranch, gitBranch: gitBranch,
......
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