compiletest: Replace --nocapture with --no-capture

This commit is contained in:
clubby789 2024-12-27 12:10:55 +00:00
parent 4fd3baaf70
commit bccc11e230
2 changed files with 8 additions and 2 deletions

View file

@ -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 =