We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dfe88 commit 967e199Copy full SHA for 967e199
tests/testsuite/git.rs
@@ -1372,7 +1372,7 @@ fn dep_with_changed_submodule() {
1372
sleep_ms(1000);
1373
// Update the dependency and carry on!
1374
println!("update");
1375
- p.cargo("update -v")
+ p.cargo("update")
1376
.with_stderr("")
1377
.with_stderr(&format!(
1378
"[UPDATING] git repository `{}`\n\
tests/testsuite/local_registry.rs
@@ -183,7 +183,7 @@ fn multiple_versions() {
183
.file("src/lib.rs", "pub fn bar() {}")
184
.publish();
185
186
187
.with_stderr("[UPDATING] bar v0.1.0 -> v0.2.0")
188
.run();
189
}
0 commit comments