mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This is a convenience script for running unit tests locally. To make this script work, I had to move several test exclusions from test_suites.yaml (which controls running tests on CQ) to the tests themselves. I think this is for the best because it makes running the tests locally with behavior that matches CQ easier. Also added fuchsia_tests to build_and_copy_to_fuchsia.sh so it builds the unit tests .far packages by default. Tested: Ran `run_unit_tests.sh`, all tests pass. Ran `build_and_copy_to_fuchsia.sh`, it still builds.