Append -- --nocapture
to Rust function-level tests (#10299)
Release Notes: - N/A
This commit is contained in:
parent
f327118e06
commit
4a3032c5e5
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue