From d22ffb44c1fa21c968b4d5ddfa3822b65e08f063 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 26 Mar 2025 13:41:46 +0100 Subject: [PATCH] tree-wide: Update outdated docs on removed old integration test stuff --- docs/CODE_QUALITY.md | 7 ++++--- docs/TESTING_WITH_SANITIZERS.md | 3 +-- test/units/util.sh | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/CODE_QUALITY.md b/docs/CODE_QUALITY.md index 4caf38f7e86..a977e25b68c 100644 --- a/docs/CODE_QUALITY.md +++ b/docs/CODE_QUALITY.md @@ -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 diff --git a/docs/TESTING_WITH_SANITIZERS.md b/docs/TESTING_WITH_SANITIZERS.md index 39920c64d08..9b5b0896c0d 100644 --- a/docs/TESTING_WITH_SANITIZERS.md +++ b/docs/TESTING_WITH_SANITIZERS.md @@ -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. diff --git a/test/units/util.sh b/test/units/util.sh index 1f903b3293a..bc3c1651a7d 100755 --- a/test/units/util.sh +++ b/test/units/util.sh @@ -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 -- 2.47.3