support redirecting subprocesses' stdout/stderr to print!() so it gets captured for rust tests

This commit is contained in:
Jacob Lifshay 2024-09-25 01:36:15 -07:00
parent f32c0a7863
commit efc3a539ed
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
6 changed files with 116 additions and 24 deletions

View file

@ -25,6 +25,7 @@ hashbrown = "0.14.3"
indexmap = { version = "2.2.6", features = ["serde"] }
num-bigint = "0.4.4"
num-traits = "0.2.16"
os_pipe = "1.2.1"
prettyplease = "0.2.20"
proc-macro2 = "1.0.83"
quote = "1.0.36"