flutter/dev/bots/suite_runners
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
..
run_add_to_app_life_cycle_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_analyze_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_android_preview_integration_tool_tests.dart Refactor android preview tool integration tests (#146518) 2024-04-19 20:05:33 +00:00
run_customer_testing_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_docs_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_flutter_packages_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_framework_coverage_tests.dart Refactor framework coverage tests (#146210) 2024-04-18 21:07:05 +00:00
run_framework_tests.dart Refactor framework + test harness tests (#146213) 2024-04-23 19:29:04 +00:00
run_fuchsia_precache.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_realm_checker_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_skp_generator_tests.dart Refactor skp_generator_tests (#145871) 2024-03-28 19:01:40 +00:00
run_test_harness_tests.dart Refactor framework + test harness tests (#146213) 2024-04-23 19:29:04 +00:00
run_verify_binaries_codesigned_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_web_tests.dart Send q once (#149767) 2024-06-05 22:44:01 +00:00