diff options
| author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-19 16:01:48 +0200 |
|---|---|---|
| committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-23 21:36:22 +0200 |
| commit | 344a97e08a695af40ec77e439582ffdc06154f21 (patch) | |
| tree | 54a4e7e9936052a9ae811a90d55acf143f8b2db9 /data/shell-completions/bash | |
| parent | 9e3b3db7054c7dedecd14db3e6061ff7e2227faf (diff) | |
| download | meson-344a97e08a695af40ec77e439582ffdc06154f21.tar.gz | |
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.
Diffstat (limited to 'data/shell-completions/bash')
| -rw-r--r-- | data/shell-completions/bash/meson | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/shell-completions/bash/meson b/data/shell-completions/bash/meson index 55c9c008d..dc437f10f 100644 --- a/data/shell-completions/bash/meson +++ b/data/shell-completions/bash/meson @@ -566,6 +566,7 @@ _meson-test() { no-rebuild gdb gdb-path + interactive list wrapper suite |
