Append -- --nocapture to Rust function-level tests (#10299)
Release Notes: - N/A
This commit is contained in:
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user