Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: show output of tests #205

Open
steffahn opened this issue Aug 30, 2022 · 4 comments
Open

feature: show output of tests #205

steffahn opened this issue Aug 30, 2022 · 4 comments
Labels
A-ui Area: The CLI and user interface enhancement New feature or request

Comments

@steffahn
Copy link
Member

I often use the --prompt option and then hold down the return key for a while because the (pre-selected) automatic analysis based on --regress or a script is correct, yet I want to see the actual output to double check that e.g. there’s no other ICE or error sneaking in or whatnot. I feel like there should be a flag for showing the output without such workarounds. (Unless I’m missing the fact that there might already be such an option.)

@ehuss
Copy link
Collaborator

ehuss commented Aug 30, 2022

-vv should show the output. Does that work for you?

@steffahn
Copy link
Member Author

I’ll test that shortly…

@steffahn
Copy link
Member Author

steffahn commented Aug 30, 2022

Yes it does work, thanks :-) But that should probably be better documented (or get a dedicated flag anyways, assuming that -vv might also add some other additional output that one wouldn’t need/want). (Also I didn’t quite see yet what -v does compared to no verbosity level at all.)

@ehuss ehuss added enhancement New feature or request A-ui Area: The CLI and user interface labels Feb 13, 2024
@ehuss
Copy link
Collaborator

ehuss commented Feb 13, 2024

Another minimum thing would be to always show the output if the "start" fails. That often happens when either you pick the wrong start point, or your test itself is broken. Either way, the output is very important.

Unfortunately the logic around capturing the output is a little complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ui Area: The CLI and user interface enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants