compiletest: Replace --nocapture with --no-capture
This commit is contained in:
parent
4fd3baaf70
commit
bccc11e230
2 changed files with 8 additions and 2 deletions
|
|
@ -1830,7 +1830,7 @@ NOTE: if you're sure you want to do this, please open an issue as to why. In the
|
|||
}
|
||||
|
||||
if builder.config.cmd.no_capture() {
|
||||
cmd.arg("--nocapture");
|
||||
cmd.arg("--no-capture");
|
||||
}
|
||||
|
||||
let compare_mode =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue