-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Bug] bacon test
doesn't let you scroll its output when there are failed tests
#137
Comments
Possibly related to #133 |
bacon test
doesn't let you scroll its output when there are failed testsbacon test
doesn't let you scroll its output when there are failed tests
I'm having this issue too. I don't have nextest set up, though. I upgraded my version of |
I tried uninstalling v2.8.1 and installed v2.8.0 and I'm getting the proper output now. I'm on macOS and using Alacritty. Entering this into my terminal (not through bacon) returns a status code of 101: bacon/defaults/default-bacon.toml Lines 27 to 30 in 2f6ad15
|
The original bug described in my first comment also happens on Ubuntu in WSL2 on Windows 11. |
+1 macbook m2 / iterm (both with test and nextest) |
Fix part of #137 (part because it lets you scroll but this output should be parsable to start with)
This should be fixed by #140 - testers welcome |
@miguno It's still not parsed. Can you push your project so that I test? |
Here's an example project: https://github.com/miguno/rust-template Open https://github.com/miguno/rust-template/blob/main/tests/tests.rs and modify one of the simple tests to make them fail, and then run |
Here's what I get with #140: Are you sure you were using the right version of bacon in your test ? |
This doesn't include the PR #140 branch which hasn't been merged yet (because it may bring regressions, so I want it to be tested before I merge it). |
Ack. I tested with the branch version: $ cargo install --git https://github.com/Canop/bacon --rev 4d45699c5329db2ecb85ddcbbdf59829498901aa --force bacon And here |
When I run
bacon test
on a test suite with no failed tests, then I can scroll bacon's output (e.g., in a small terminal window):^ Note the white scrollbar on the right edge of the screenshot
However, whenever there's at least one failed test, then I can no longer scroll the output of
bacon test
:^ Note the lack of a scrollbar.
I tried this both with and without a
bacon.toml
file (the file, if present, was the default one generated withbacon --init
).Environment:
The text was updated successfully, but these errors were encountered: