]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: Update outdated docs on removed old integration test stuff
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 26 Mar 2025 12:41:46 +0000 (13:41 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 26 Mar 2025 13:40:14 +0000 (14:40 +0100)
docs/CODE_QUALITY.md
docs/TESTING_WITH_SANITIZERS.md
test/units/util.sh

index 4caf38f7e86ba1496732422787871b5d11b62159..a977e25b68c804d8f9dfb596eff94e51da5f50ea 100644 (file)
@@ -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
index 39920c64d0803601ebc999c0d1f0d077fc014c6c..9b5b0896c0d4b4db25b4596ef940d20b7f93cd1a 100644 (file)
@@ -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.
index 1f903b3293a5d160ca786cfd5c1f506fee3a2141..bc3c1651a7d3ebefca26d9c18f4761d2050fb93a 100755 (executable)
@@ -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