mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
test(update): Remove unnecesary verbose
This commit is contained in:
parent
21dfe88079
commit
967e199be7
@ -1372,7 +1372,7 @@ fn dep_with_changed_submodule() {
|
||||
sleep_ms(1000);
|
||||
// Update the dependency and carry on!
|
||||
println!("update");
|
||||
p.cargo("update -v")
|
||||
p.cargo("update")
|
||||
.with_stderr("")
|
||||
.with_stderr(&format!(
|
||||
"[UPDATING] git repository `{}`\n\
|
||||
|
@ -183,7 +183,7 @@ fn multiple_versions() {
|
||||
.file("src/lib.rs", "pub fn bar() {}")
|
||||
.publish();
|
||||
|
||||
p.cargo("update -v")
|
||||
p.cargo("update")
|
||||
.with_stderr("[UPDATING] bar v0.1.0 -> v0.2.0")
|
||||
.run();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user