From 884454eae5013bcb0f72af8148639533cade7ce7 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Fri, 27 Sep 2024 21:25:20 +0200 Subject: [PATCH] testsuite: Adjust README The populate-modules.sh does no longer exist. Also mention that the script setup-rootfs.sh is in use for test suite setups. Signed-off-by: Tobias Stoeckmann Link: https://github.com/kmod-project/kmod/pull/157 Signed-off-by: Lucas De Marchi --- testsuite/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/README b/testsuite/README index 052569f0..1b0112ce 100644 --- a/testsuite/README +++ b/testsuite/README @@ -50,9 +50,9 @@ pay attention when writing a test: expected not to be 0. 7 - The rootfs is populated by copying the entire contents of rootfs-pristine - then running populate-modules.sh to copy generated modules from - module-playground. Update the latter script to include any modules your - test need. + through setup-rootfs.sh then running setup-modules.sh to copy generated + modules from module-playground. Update the latter script to include any + modules your test needs. 8 - Tests can be run individually, outside of 'make check'. strace and gdb work too, as long as you tell them to operate on child process. -- 2.47.3