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 52618eb commit 96f8dbeCopy full SHA for 96f8dbe
src/tools/compiletest/src/lib.rs
@@ -472,7 +472,7 @@ pub fn parse_config(args: Vec<String>) -> Config {
472
let value = matches
473
.opt_str("new-output-capture")
474
.or_else(|| env::var("COMPILETEST_NEW_OUTPUT_CAPTURE").ok())
475
- .unwrap_or_else(|| "off".to_owned());
+ .unwrap_or_else(|| "on".to_owned());
476
parse_bool_option(&value)
477
.unwrap_or_else(|| panic!("unknown `--new-output-capture` value `{value}` given"))
478
},
0 commit comments