mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 21:22:42 +03:00
Append -- --nocapture
to Rust function-level tests (#10299)
Release Notes: - N/A
This commit is contained in:
parent
f327118e06
commit
4a3032c5e5
@ -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…
Reference in New Issue
Block a user