mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This PR causes `run_test.py` to write `info` and higher logs to `out/run_tests.log` even when `--quiet` is passed. If `--logs-dir` is also passed, the logs file is copied to that location after all tests are run. These flags are added to one invocation on CI to check the correct behavior.