diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-02-20 12:56:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-20 12:56:35 +0100 |
| commit | 30fc90976a1683df4416d30a37f3286d6cafb8b5 (patch) | |
| tree | 7be5882a02a7d84f538a0df35b087cf2cd1d726a | |
| parent | 72538180a665485ef0f14fbdba7b0d9bf09e0044 (diff) | |
| download | rust-30fc90976a1683df4416d30a37f3286d6cafb8b5.tar.gz rust-30fc90976a1683df4416d30a37f3286d6cafb8b5.zip | |
Add explanation comment
Co-authored-by: Ralf Jung <post@ralfj.de>
| -rw-r--r-- | src/tools/miri/tests/ui.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/miri/tests/ui.rs b/src/tools/miri/tests/ui.rs index 0e8db0f3f60..85ce38f57d6 100644 --- a/src/tools/miri/tests/ui.rs +++ b/src/tools/miri/tests/ui.rs @@ -217,6 +217,7 @@ fn run_tests( ui_test::default_file_filter, // This could be used to overwrite the `Config` on a per-test basis. |_, _| {}, + // No GHA output as that would also show in the main rustc repo. match args.format { Format::Terse => status_emitter::Text::quiet(), Format::Pretty => status_emitter::Text::verbose(), |
