Yegor ff0ab6ba45
Send q once (#149767)
The previous expression `success || line.contains('--- TEST FAILED ---')` made it such that as soon as success is reported, the test would send "q" on every line of stdout, which is wrong. This fixes the condition such that "q" is sent once, only when `--- TEST SUCCEEDED ---` or `--- TEST FAILED ---` is printed.
2024-06-05 22:44:01 +00:00
..
2024-06-03 22:15:41 +00:00
2024-06-05 22:44:01 +00:00
2024-06-03 22:15:41 +00:00
2024-06-03 22:15:41 +00:00
2024-06-03 22:15:41 +00:00
2024-06-03 22:15:41 +00:00

This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.