Skip to content

Commit

Permalink
testsuite: update "make rootfs" error message
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
evelikov committed Oct 18, 2024
1 parent 6f5246e commit 86f2f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/testsuite.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 'ninja testsuite/stamp-rootfs ...' before running this test\n",
rootfs);
exit(EXIT_FAILURE);
}
Expand Down

0 comments on commit 86f2f91

Please sign in to comment.