bacon icon indicating copy to clipboard operation
bacon copied to clipboard

nexttest in bacon won't scroll output

Open damccull opened this issue 1 year ago • 3 comments

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?

damccull avatar May 11 '23 01:05 damccull

+1

Same situation and same problem here.

miguno avatar Jun 03 '23 00:06 miguno

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!

ilyagr avatar Jul 02 '23 19:07 ilyagr

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

miguno avatar Sep 20 '23 16:09 miguno

Closing.

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

Canop avatar Aug 12 '24 19:08 Canop