summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-09-05 20:37:37 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2024-12-06 19:54:10 +0100
commitead814a0b0f64c572282b9e27a0a995893f10cf0 (patch)
tree6dcb92f5ecc2fb9a4a387a8089b798e2728c7c65 /docs
parentRevert "journalctl: show coredumps again when --unit= is specified" (diff)
downloadsystemd-ead814a0b0f64c572282b9e27a0a995893f10cf0.tar.xz
systemd-ead814a0b0f64c572282b9e27a0a995893f10cf0.zip
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/ARCHITECTURE.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md
index d046f274ee..40eb459ecd 100644
--- a/docs/ARCHITECTURE.md
+++ b/docs/ARCHITECTURE.md
@@ -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.