aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test_max_lines.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/test_max_lines.md')
-rw-r--r--docs/markdown/snippets/test_max_lines.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/test_max_lines.md b/docs/markdown/snippets/test_max_lines.md
new file mode 100644
index 0000000..ea10fbb
--- /dev/null
+++ b/docs/markdown/snippets/test_max_lines.md
@@ -0,0 +1,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.