make output of flutter run web tests verbose (#149694)

This is to make debugging flakes on LUCI easier. Right now, when the tool crashes it saves the error output into a file and prints the file path, but the file is not accessible from LUCI.

Example: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8746361237956626577/+/u/run_test.dart_for_web_long_running_tests_shard_and_subshard_5_5/stdout
This commit is contained in:
Yegor 2024-06-05 08:02:53 -07:00 committed by GitHub
parent ec9965bd89
commit cd8e84f465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -521,6 +521,7 @@ class WebTestsSuite {
flutter,
<String>[
'run',
'--verbose',
'--debug',
'-d',
'chrome',