1
0
mirror of https://github.com/systemd/systemd.git synced 2025-08-02 04:22:27 +03:00

test: Remove old bash test runner

We put a timeline of 257 to remove the old bash test runner so since
we're about to release 257, let's remove the old bash test runner in
favor of the meson + mkosi test runner.
This commit is contained in:
Daan De Meyer
2024-09-05 20:37:37 +02:00
committed by Luca Boccassi
parent 560412148f
commit ead814a0b0
132 changed files with 0 additions and 5892 deletions

View File

@ -118,8 +118,6 @@ For testing and debugging, fuzzers can be executed as any other program, includi
## Integration Tests
Sources in `test/TEST-*` implement system-level testing for executables, libraries and daemons that are shipped by the project.
They require privileges to run, and are not safe to execute directly on a host.
By default they will build an image and run the test under it via `qemu` or `systemd-nspawn`.
Most of those tests should be able to run via `systemd-nspawn`, which is orders-of-magnitude faster than `qemu`, but some tests require privileged operations like using `dm-crypt` or `loopdev`.
They are clearly marked if that is the case.