summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test_interactive.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/test_interactive.md')
-rw-r--r--docs/markdown/snippets/test_interactive.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/test_interactive.md b/docs/markdown/snippets/test_interactive.md
deleted file mode 100644
index 907147fd9..000000000
--- a/docs/markdown/snippets/test_interactive.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## The Meson test program supports a new "--interactive" argument
-
-`meson test --interactive` invokes tests with stdout, stdin and stderr
-connected directly to the calling terminal. This can be useful when running
-integration tests that run in containers or virtual machines which can spawn a
-debug shell if a test fails.