Unverified Commit a3b484d0 authored by Dan Field's avatar Dan Field Committed by GitHub

make coverage work again (#29016)

parent f5c3579f
...@@ -572,7 +572,7 @@ Future<void> _runFlutterTest(String workingDirectory, { ...@@ -572,7 +572,7 @@ Future<void> _runFlutterTest(String workingDirectory, {
if (!shouldProcessOutput) { if (!shouldProcessOutput) {
return runCommand(flutter, args, return runCommand(flutter, args,
workingDirectory: workingDirectory, workingDirectory: workingDirectory,
expectNonZeroExit: true, expectNonZeroExit: expectFailure,
printOutput: printOutput, printOutput: printOutput,
skip: skip, skip: skip,
timeout: timeout, timeout: timeout,
......
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