It would be nice to be able to redirect stdin/stdout/stderr for individual tasks. #6369
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
As the title says, this would be a nice feature to have, and could be a part of the new I/O design (#4248).
One possible application would be buffering stdout/stderr of the tests so that any output can appear without being mixed with output from other tests. I'm sure other (useful) applications exist, such as discarding unwanted output from a task.
The text was updated successfully, but these errors were encountered: