From: Emil Velikov Date: Thu, 17 Oct 2024 17:02:38 +0000 (+0100) Subject: testsuite: update "make rootfs" error message X-Git-Tag: v34~210 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b85b2a0ee304b33e29ab4855ea24a08f5a6b69bc;p=thirdparty%2Fkmod.git testsuite: update "make rootfs" error message 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 Link: https://github.com/kmod-project/kmod/pull/172 Signed-off-by: Lucas De Marchi --- diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c index e12426a5..6d1c1759 100644 --- a/testsuite/testsuite.c +++ b/testsuite/testsuite.c @@ -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); }