meson/data
Daan De Meyer 344a97e08a Add meson test --interactive
This is very similar to --gdb, except it doesn't spawn GDB, but
connects stdin/stdout/stderr directly to the test itself. This allows
interacting with integration tests that spawn a shell in a container
or virtual machine when the test fails.

In systemd we're migrating our integration tests to run using the
meson test runner. We want to allow interactive debugging of failed
tests directly in the virtual machine or container that is spawned
to run the test. To make this possible, we need meson test to connect
stdin/stdout/stderr of the test directly to the user's terminal, just
like is done with the --gdb option.
2024-04-23 21:36:22 +02:00
..
shell-completions Add meson test --interactive 2024-04-23 21:36:22 +02:00
syntax-highlighting/vim syntax-highlighting: vim: update builtin function list 2023-09-07 19:14:03 -04:00
.coveragerc.in coverage: Enable coverage reports 2021-06-22 21:05:11 +03:00
com.mesonbuild.install.policy Remove argv2, which is not supported by polkit. Closes #4758. 2019-01-15 20:28:44 +02:00
macros.meson macros: Allow disabling verbose mode 2024-02-16 07:43:16 -05:00
schema.xsd mtest: Generate a JUnit xml result file 2020-04-23 13:26:01 -07:00
test.schema.json tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to expect_skip_on_os 2024-03-17 04:46:26 -04:00