Canop / bacon

background rust code check
https://dystroy.org/bacon
GNU Affero General Public License v3.0
1.67k stars 58 forks source link

nexttest in bacon won't scroll output #133

Closed damccull closed 3 weeks ago

damccull commented 1 year ago

Trying to set up a bacon job for nextest but I can't get the output to be scrollable after it's done, so I can't see the result.

[jobs.nextest]
command = ["cargo", "nextest", "run", "--color", "always", "--hide-progress-bar", "--failure-output", "final"]
need_stdout = true

How can I fix this?

miguno commented 1 year ago

+1

Same situation and same problem here.

ilyagr commented 1 year ago

I tried @damccull 's snippet, and it worked for me. I haven't immediately observed any problems with scrolling.

Thank you for sharing the helpful snippet, I'm happy not to have to rediscover the necessity of each of those flags!

miguno commented 11 months ago

This can be resolved because https://github.com/Canop/bacon/issues/137 is resolved, too?

Canop commented 3 weeks ago

Closing.

Note: there's another issue related to nextest (not quite the same), https://github.com/Canop/bacon/issues/196