summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test_interactive.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2024-07-10 20:25:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2024-07-10 20:25:01 +0300
commit183084a9e854ff627467279384330750016bad92 (patch)
treeba40a940aee6b036b34d0ca01da222a95a26e98b /docs/markdown/snippets/test_interactive.md
parent07777c725cf82a5ef4bb5c6d33fdcdbe3d688464 (diff)
Release 1.5.0 time.1.5.0
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.