mirror of
https://github.com/systemd/systemd.git
synced 2025-03-30 10:50:15 +03:00
tree-wide: Update outdated docs on removed old integration test stuff
This commit is contained in:
parent
5944dc07cf
commit
d22ffb44c1
@ -21,9 +21,10 @@ available functionality:
|
||||
change these flags for an already set up build tree, too, with "meson
|
||||
configure -C build -D…".)
|
||||
|
||||
2. Use `./test/run-integration-tests.sh` to run the full integration test
|
||||
suite. This will build OS images with a number of integration tests and run
|
||||
them using `systemd-nspawn` and `qemu`. Requires root.
|
||||
2. Run the full integration test suite as described in
|
||||
[test/README.md](/../test/README.md). This will build OS images with a number
|
||||
of integration tests and run them using `systemd-nspawn` and `qemu`. Requires
|
||||
root.
|
||||
|
||||
3. Use `./coccinelle/run-coccinelle.sh` to run all
|
||||
[Coccinelle](http://coccinelle.lip6.fr/) semantic patch scripts we ship. The
|
||||
|
@ -102,5 +102,4 @@ make things work as expected in most cases. This will, obviously, not work with
|
||||
statically linked sanitizer libraries.
|
||||
|
||||
These shenanigans are performed automatically when running the integration test
|
||||
suite (i.e. `test/TEST-??-*`) and are located in `test/test-functions` (mainly,
|
||||
but not only, in the `create_asan_wrapper` function).
|
||||
suite.
|
||||
|
@ -160,7 +160,6 @@ coverage_create_nspawn_dropin() {
|
||||
# If we're collecting coverage, bind mount the $BUILD_DIR into the nspawn
|
||||
# container so gcov can update the counters. This is mostly for standalone
|
||||
# containers, as machinectl stuff is handled by overriding the systemd-nspawn@.service
|
||||
# (see test/test-functions:install_systemd())
|
||||
local root="${1:?}"
|
||||
local container
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user