Commit 7ab8e9f
committed
test: Always use Listr's verbose renderer for tests
Allowing Listr to chose it's own renderer can cause insidious bugs. For
example, bash and zsh will choose different renderers for tests, causing
unpredictable outputs.
1. We don't want to show a spinner in tests
2. We want to see individual changes to titles and output lines; this is
accomplished with the verbose renderer. Note that this _must_ be
override-able because some functions require the `silent` renderer.
See https://github.com/SamVerschueren/listr#renderer1 parent 60e423d commit 7ab8e9f
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
228 | 234 | | |
229 | 235 | | |
230 | 236 | | |
| |||
0 commit comments