Append -- --nocapture to Rust function-level tests (#10299)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-04-09 00:36:24 +02:00 committed by GitHub
parent f327118e06
commit 4a3032c5e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -376,8 +376,9 @@ impl ContextProvider for RustContextProvider {
"test".into(),
"-p".into(),
RUST_PACKAGE_TASK_VARIABLE.template_value(),
"--".into(),
VariableName::Symbol.template_value(),
"--".into(),
"--nocapture".into(),
],
..Definition::default()
},