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

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov
2024-04-09 01:36:24 +03:00
committed by GitHub
parent f327118e06
commit 4a3032c5e5
+2 -1
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()
},