mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'find-cli-msg' into 'master'
Don't display message on make find See merge request redox-os/redox!1730
This commit is contained in:
commit
ada05a5b44
@ -207,7 +207,9 @@ fn main_inner() -> anyhow::Result<()> {
|
||||
for recipe in &recipe_names {
|
||||
match repo_inner(&config, &command, recipe) {
|
||||
Ok(_) => {
|
||||
print_success(&command, Some(&recipe.name));
|
||||
if !command.is_informational() {
|
||||
print_success(&command, Some(&recipe.name));
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
if config.cook.nonstop && verbose {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user