summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test_iteration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/test_iteration.md')
-rw-r--r--docs/markdown/snippets/test_iteration.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/test_iteration.md b/docs/markdown/snippets/test_iteration.md
deleted file mode 100644
index 67daf2781..000000000
--- a/docs/markdown/snippets/test_iteration.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## meson test now sets the `MESON_TEST_ITERATION` environment variable
-
-`meson test` will now set the `MESON_TEST_ITERATION` environment variable to the
-current iteration of the test. This will always be `1` unless `--repeat` is used
-to run the same test multiple times.