From 04ec84e0d26281c205812c84509e096ccf269e79 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Thu, 31 Oct 2024 19:44:22 -0700 Subject: [PATCH] Remove the quiet flag from invocations of run_tests.py on macOS CI builders (flutter/engine#56288) The quiet flag filters out most of the script's output. In particular, it excludes the output of child processes launched by the script. --- engine/src/flutter/ci/builders/mac_unopt.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/engine/src/flutter/ci/builders/mac_unopt.json b/engine/src/flutter/ci/builders/mac_unopt.json index f70e34662a..3f58ce3601 100644 --- a/engine/src/flutter/ci/builders/mac_unopt.json +++ b/engine/src/flutter/ci/builders/mac_unopt.json @@ -44,7 +44,6 @@ "name": "Host Tests for host_debug", "script": "flutter/testing/run_tests.py", "parameters": [ - "--quiet", "--variant", "ci/host_debug_arm64_tests", "--type", @@ -96,7 +95,6 @@ "name": "Host Tests for host_profile", "script": "flutter/testing/run_tests.py", "parameters": [ - "--quiet", "--variant", "ci/host_profile_arm64_tests", "--type", @@ -149,7 +147,6 @@ "name": "Dart and engine tests for host_release", "script": "flutter/testing/run_tests.py", "parameters": [ - "--quiet", "--variant", "ci/host_release_arm64_tests", "--type", @@ -207,7 +204,6 @@ "name": "Impeller-golden for host_release", "script": "flutter/testing/run_tests.py", "parameters": [ - "--quiet", "--variant", "ci/mac_release_arm64_tests", "--type", @@ -263,7 +259,6 @@ "name": "Tests for ios_debug_unopt_sim", "script": "flutter/testing/run_tests.py", "parameters": [ - "--quiet", "--variant", "ci/ios_debug_unopt_sim", "--type", @@ -328,7 +323,6 @@ "name": "Host Tests for host_debug_unopt_arm64", "script": "flutter/testing/run_tests.py", "parameters": [ - "--quiet", "--variant", "ci/host_debug_unopt_arm64", "--type", @@ -393,7 +387,6 @@ "name": "Tests for ios_debug_unopt_sim_arm64", "script": "flutter/testing/run_tests.py", "parameters": [ - "--quiet", "--variant", "ci/ios_debug_unopt_sim_arm64", "--type", @@ -463,7 +456,6 @@ "name": "Tests for ios_debug_unopt_sim_arm64_extension_safe", "script": "flutter/testing/run_tests.py", "parameters": [ - "--quiet", "--variant", "ci/ios_debug_unopt_sim_arm64_extension_safe", "--type",