Zachary Anderson 65ada342b1 When run_tests.py is in --quiet mode, write verbose logs to a file (flutter/engine#51029)
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.
2024-02-28 09:47:40 -08:00
..