mirror of
https://github.com/projectatomic/bubblewrap.git
synced 2026-02-07 03:47:18 +01:00
These are more time-consuming than the rest of test-run.sh combined due to their use of a wait loop, and separating them out is helpful for the possible addition of a Meson build system. The test-case that is moved into tests/test-specifying-pidns.sh hangs and times out under "meson dist" on Github Actions CI, but not under "meson test" or Autotools, and not when tested locally; putting this in its own script might help to isolate and fix that failure. Signed-off-by: Simon McVittie <smcv@collabora.com>