Skip to content

Commit

Permalink
make output of flutter run web tests verbose (#149694)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yjbanov authored Jun 5, 2024
1 parent ec9965b commit cd8e84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/bots/suite_runners/run_web_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ class WebTestsSuite {
flutter,
<String>[
'run',
'--verbose',
'--debug',
'-d',
'chrome',
Expand Down

0 comments on commit cd8e84f

Please sign in to comment.