I don't understand the question. What does "capture the output" mean?
Redirect it to a file? All shells I know can do that for arbitrary commands
using "> file.txt".

Maybe you're not happy with the compact printing of the completion status?
If so, you can use the verbose progress indicator, which is also used on
the buildbots. It gives output like this:
http://build.chromium.org/p/client.v8/builders/V8%20Linux/builds/5343/steps/Check/logs/stdio

Maybe you want to print each individual test's stdout? There's currently no
way to print that for tests that passed. If a test failed, its stdout is
always printed, however.


On Thu, May 16, 2013 at 2:46 PM, Alexey Zaytsev <[email protected]>wrote:

> Hi.
>
> Sorry for a novice question, but is there a sane way to capture the
> run-tests.py output?
>
> --
> --
> v8-dev mailing list
> [email protected]
> http://groups.google.com/group/v8-dev
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to