]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: update "make rootfs" error message
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 17 Oct 2024 17:02:38 +0000 (18:02 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 18 Oct 2024 18:28:23 +0000 (13:28 -0500)
We have added meson recently, with the goal to remove the make/autotools
one in a release or two. Update the reference to the meson equivalent.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/172
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/testsuite.c

index e12426a52a9c6eb4761d2346135703823139a958..6d1c17593d3c888f8c0b1944add2e3d0165a9537 100644 (file)
@@ -258,7 +258,7 @@ static inline int test_run_child(const struct test *t, int fdout[2], int fderr[2
                }
 
                if (stat_mstamp(&rootfsst) > stat_mstamp(&stampst)) {
-                       ERR("rootfs %s is dirty, please run 'make rootfs' before running this test\n",
+                       ERR("rootfs %s is dirty, please run 'meson compile testsuite/stamp-rootfs' before running this test\n",
                            rootfs);
                        exit(EXIT_FAILURE);
                }