[CFE] Don't turn flutter-frontend builder purple if there's a failing test

Change-Id: Ie3def22b66fe4d86627e3a8dc11ec887e0909a4b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156503
Reviewed-by: Karl Klose <karlklose@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
This commit is contained in:
Jens Johansen 2020-07-30 12:00:37 +00:00 committed by commit-bot@chromium.org
parent 04f4272546
commit 9f79fe77fc

View file

@ -234,8 +234,6 @@ main([List<String> arguments = const <String>[]]) async {
resultsPort.close();
logsPort.close();
if (exitCode != 0) timeoutOrCrash = true;
// Write results.json and logs.json.
Uri resultJsonUri = options.outputDirectory.resolve("results.json");
Uri logsJsonUri = options.outputDirectory.resolve("logs.json");