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 {
} else {
await runTasks(_taskNames,
silent: silent,
localEngine: localEngine,
localEngineSrcPath: localEngineSrcPath,
deviceId: deviceId,
exitOnFirstTestFailure: exitOnFirstTestFailure,
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