]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: fix dirty rootfs error message
authorDawid Osuchowski <linux@osuchow.ski>
Sat, 26 Apr 2025 19:58:57 +0000 (21:58 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 5 May 2025 21:06:47 +0000 (16:06 -0500)
commit7b728f179fd62ab126711304548b038f24c6ef8f
tree9da2422adc63c46a00d0d8b89de19e9f60cf762a
parent3149b290863b3260790a368ff20a4897cb881022
testsuite: fix dirty rootfs error message

Running a test binary directly on a dirty rootfs results in the
following error message:

        ERR: rootfs is dirty, please run
'meson compile testsuite/stamp-rootfs' before running this test

Running the command specified by the error message fails:

        $ meson compile testsuite/stamp-rootfs
        ERROR: Can't invoke target `testsuite/stamp-rootfs`:
target not found

Fix the error message to display the proper target.

Fixes: b85b2a0 ("testsuite: update "make rootfs" error message")
Signed-off-by: Dawid Osuchowski <linux@osuchow.ski>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/testsuite.c