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:
parent
ec9965bd89
commit
cd8e84f465
@ -521,6 +521,7 @@ class WebTestsSuite {
|
||||
flutter,
|
||||
<String>[
|
||||
'run',
|
||||
'--verbose',
|
||||
'--debug',
|
||||
'-d',
|
||||
'chrome',
|
||||
|
Loading…
x
Reference in New Issue
Block a user