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

-s should not cache output if tests are run serially #45

Open
ewu63 opened this issue Jan 22, 2021 · 0 comments
Open

-s should not cache output if tests are run serially #45

ewu63 opened this issue Jan 22, 2021 · 0 comments

Comments

@ewu63
Copy link

ewu63 commented Jan 22, 2021

Currently, -s will pipe the output directly to stdout, but I assume due to test concurrency the outputs are cached first and only shown after each test finishes, to avoid multiple outputs being jumbled. However, when the tests are run serially (with -n 1), they should be shown on screen immediately for faster monitoring and debugging.

Tagging @eirikurj who first brought up this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant