-
Notifications
You must be signed in to change notification settings - Fork 390
Update ui test crate #2941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ui test crate #2941
Conversation
@bors r+ |
☀️ Test successful - checks-actions |
"--" => { | ||
after_dashdash = true; | ||
false | ||
let mut quiet = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find any place that this variable is actually used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh no rustc, why hast thou forsaken me
TextAndGha, | ||
( | ||
ui_test::status_emitter::Text, | ||
ui_test::status_emitter::Gha::<false> { name: format!("{mode:?} {path} ({target})") }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does the false
here mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns off gha groups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ui_test::status_emitter::Gha::<false> { name: format!("{mode:?} {path} ({target})") }, | |
ui_test::status_emitter::Gha::</* GHA groups */ false> { name: format!("{mode:?} {path} ({target})") }, |
Make `--quiet` actually do something address review from #2941 (comment)
Make `--quiet` actually do something address review from rust-lang/miri#2941 (comment)
The main changes:
status_emitter
anymorerun_tests_generic