commit | a3b484d0da5f5e6d4b2ef05e617c3cd90ca39a11 | [log] [tgz] |
---|---|---|
author | Dan Field <dfield@gmail.com> | Thu Mar 07 18:59:43 2019 -0800 |
committer | GitHub <noreply@github.com> | Thu Mar 07 18:59:43 2019 -0800 |
tree | 35463084fdb7c444a52f75cffffec6bcce55ce4e | |
parent | f5c3579f303b95971ac48843c06bcb463ed96416 [diff] [blame] |
make coverage work again (#29016)
diff --git a/dev/bots/test.dart b/dev/bots/test.dart index bb41ead..509120c 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart
@@ -572,7 +572,7 @@ if (!shouldProcessOutput) { return runCommand(flutter, args, workingDirectory: workingDirectory, - expectNonZeroExit: true, + expectNonZeroExit: expectFailure, printOutput: printOutput, skip: skip, timeout: timeout,