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.
This commit is contained in:
parent
09c811781d
commit
04ec84e0d2
@ -44,7 +44,6 @@
|
|||||||
"name": "Host Tests for host_debug",
|
"name": "Host Tests for host_debug",
|
||||||
"script": "flutter/testing/run_tests.py",
|
"script": "flutter/testing/run_tests.py",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
"--quiet",
|
|
||||||
"--variant",
|
"--variant",
|
||||||
"ci/host_debug_arm64_tests",
|
"ci/host_debug_arm64_tests",
|
||||||
"--type",
|
"--type",
|
||||||
@ -96,7 +95,6 @@
|
|||||||
"name": "Host Tests for host_profile",
|
"name": "Host Tests for host_profile",
|
||||||
"script": "flutter/testing/run_tests.py",
|
"script": "flutter/testing/run_tests.py",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
"--quiet",
|
|
||||||
"--variant",
|
"--variant",
|
||||||
"ci/host_profile_arm64_tests",
|
"ci/host_profile_arm64_tests",
|
||||||
"--type",
|
"--type",
|
||||||
@ -149,7 +147,6 @@
|
|||||||
"name": "Dart and engine tests for host_release",
|
"name": "Dart and engine tests for host_release",
|
||||||
"script": "flutter/testing/run_tests.py",
|
"script": "flutter/testing/run_tests.py",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
"--quiet",
|
|
||||||
"--variant",
|
"--variant",
|
||||||
"ci/host_release_arm64_tests",
|
"ci/host_release_arm64_tests",
|
||||||
"--type",
|
"--type",
|
||||||
@ -207,7 +204,6 @@
|
|||||||
"name": "Impeller-golden for host_release",
|
"name": "Impeller-golden for host_release",
|
||||||
"script": "flutter/testing/run_tests.py",
|
"script": "flutter/testing/run_tests.py",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
"--quiet",
|
|
||||||
"--variant",
|
"--variant",
|
||||||
"ci/mac_release_arm64_tests",
|
"ci/mac_release_arm64_tests",
|
||||||
"--type",
|
"--type",
|
||||||
@ -263,7 +259,6 @@
|
|||||||
"name": "Tests for ios_debug_unopt_sim",
|
"name": "Tests for ios_debug_unopt_sim",
|
||||||
"script": "flutter/testing/run_tests.py",
|
"script": "flutter/testing/run_tests.py",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
"--quiet",
|
|
||||||
"--variant",
|
"--variant",
|
||||||
"ci/ios_debug_unopt_sim",
|
"ci/ios_debug_unopt_sim",
|
||||||
"--type",
|
"--type",
|
||||||
@ -328,7 +323,6 @@
|
|||||||
"name": "Host Tests for host_debug_unopt_arm64",
|
"name": "Host Tests for host_debug_unopt_arm64",
|
||||||
"script": "flutter/testing/run_tests.py",
|
"script": "flutter/testing/run_tests.py",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
"--quiet",
|
|
||||||
"--variant",
|
"--variant",
|
||||||
"ci/host_debug_unopt_arm64",
|
"ci/host_debug_unopt_arm64",
|
||||||
"--type",
|
"--type",
|
||||||
@ -393,7 +387,6 @@
|
|||||||
"name": "Tests for ios_debug_unopt_sim_arm64",
|
"name": "Tests for ios_debug_unopt_sim_arm64",
|
||||||
"script": "flutter/testing/run_tests.py",
|
"script": "flutter/testing/run_tests.py",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
"--quiet",
|
|
||||||
"--variant",
|
"--variant",
|
||||||
"ci/ios_debug_unopt_sim_arm64",
|
"ci/ios_debug_unopt_sim_arm64",
|
||||||
"--type",
|
"--type",
|
||||||
@ -463,7 +456,6 @@
|
|||||||
"name": "Tests for ios_debug_unopt_sim_arm64_extension_safe",
|
"name": "Tests for ios_debug_unopt_sim_arm64_extension_safe",
|
||||||
"script": "flutter/testing/run_tests.py",
|
"script": "flutter/testing/run_tests.py",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
"--quiet",
|
|
||||||
"--variant",
|
"--variant",
|
||||||
"ci/ios_debug_unopt_sim_arm64_extension_safe",
|
"ci/ios_debug_unopt_sim_arm64_extension_safe",
|
||||||
"--type",
|
"--type",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user