aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test_interactive.md
blob: 907147fd9ca96e7d6f38aacf6e35de4d7d6b464b (plain)
1
2
3
4
5
6
## 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.