aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test_max_lines.md
blob: ea10fbb2791b2b2e869928811e85ab4eb7a939ae (plain)
1
2
3
4
5
6
## The Meson test program supports a new "--max-lines" argument

By default `meson test` only shows the last 100 lines of test output from tests
that produce large amounts of output. This default can now be changed with the
new `--max-lines` option. For example, `--max-lines=1000` will increase the
maximum number of log output lines from 100 to 1000.