Document some arguments

This commit is contained in:
Oli Scherer 2023-05-09 15:33:51 +00:00
parent 44e86e77e4
commit f321c8d39d

View File

@ -142,7 +142,9 @@ fn run_tests(mode: Mode, path: &str, target: &str, with_dependencies: bool) -> R
}
ui_test::run_tests_generic(
config,
// The files we're actually interested in (all `.rs` files).
|path| path.extension().is_some_and(|ext| ext == "rs"),
// This could be used to overwrite the `Config` on a per-test basis.
|_, _| None,
TextAndGha,
)