Closed
Description
This issue was originally filed by @seaneagan
Tried doing:
pub run unittest:unittest > out.txt
The output gets printed to the console, and not to out.txt. Presumably pub run is not redirecting the stdout/stderr of the dart script it is running to its own stdout/stderr?
I'm on windows.